From 98199fe96f0b4648ebe1624225c8771be27cd015 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Fri, 10 Sep 2021 18:47:56 +0000 Subject: [PATCH] add composer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b7b6373..53d1ff2 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk update && \ apk upgrade && \ - apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano && \ + apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer && \ echo "alias php=php8" >> /etc/profile ENV ENV="/etc/profile" \ No newline at end of file