diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 9df7af2f0aa23b88b715279bef56667e3ea235cf..4d1e231d25994a1157e725e305717e3abc25643f 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