diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0a8112f93b1705cbab802a33baa5277ca2de04d3..279981238f142c60003fb26c0e2f74aa7c2d21c5 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 composer openssh-client curl && \ + apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer openssh-client php-curl curl && \ curl -L https://unpkg.com/@pnpm/self-installer | node ENV ENV="/etc/profile" \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index ad68d81f5634539b54bb4696b3b2349d57f56ddd..73ec10f0066ae371e98e044ffd21ef8ff18fecdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,5 +22,5 @@ RUN cd API && composer install # |-------------------------------------------------------------------------- FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest RUN apk update && \ - apk add php8-mysqli php8-mbstring curl --no-cache + apk add php8-mysqli php8-mbstring php-curl curl --no-cache COPY --from=composer /build/ . \ No newline at end of file