Skip to content

Commit

Permalink
change build options for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielme85 committed Sep 13, 2023
1 parent f927c1f commit 20b22a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/php8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /

RUN apt update && apt upgrade -y
RUN apt install -y curl git openssl openssh-client mysql-client bash libzip-dev zip wget \
php8.2 php8.2-dev php8.2-mysql php8.2-mongodb php8.2-curl php8.2-mbstring php8.2-pcov php8.2-cli
RUN apt install -y curl git openssl openssh-client mysql-client bash libzip-dev zip wget
RUN apt install -y php8.2 php8.2-dev php8.2-mysql php8.2-mongodb php8.2-curl php8.2-mbstring php8.2-pcov php8.2-cli

RUN pecl install pcov
RUN pecl install mongodb
Expand Down

0 comments on commit 20b22a9

Please sign in to comment.