From 1e924c224f55af7e694843586330973f80927241 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 30 Oct 2021 06:36:37 +0000
Subject: [PATCH] switch to alpine edge, for php8 based composer

---
 .devcontainer/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 9df7af2..4d1e231 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
-FROM alpine:latest
+FROM alpine:edge
 RUN apk update && \
     apk upgrade && \
-    apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl git nano composer openssh-client curl && \
+    apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl php8-simplexml git nano composer openssh-client curl && \
     curl -L https://unpkg.com/@pnpm/self-installer | node
 
 ENV ENV="/etc/profile"
\ No newline at end of file
-- 
GitLab