Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer authored Nov 1, 2023
1 parent 1f19437 commit 0c3e4d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM php:8.2-cli-bullseye
ARG SERVE_PORT=8000
ARG SERVE_HOST="0.0.0.0:$SERVE_PORT"

RUN apt-get update && apt-get install -y libmcrypt-dev libzip-dev zip
RUN apt-get update
RUN apt-get install -y libmcrypt-dev libzip-dev zip
RUN docker-php-ext-install -j$(nproc) pcntl
RUN docker-php-ext-install zip

Expand Down

0 comments on commit 0c3e4d0

Please sign in to comment.