Skip to content

Commit

Permalink
Improve Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 18, 2024
1 parent 5a8b2fa commit 3df1daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/php81.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.1-cli

RUN apt-get update && \
apt-get install -y libpq-dev && \
apt-get install -y libpq-dev unzip && \
docker-php-ext-install pdo_mysql pdo_pgsql

RUN apt-get -y install gpg && \
Expand Down
2 changes: 1 addition & 1 deletion .docker/php82.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.2-cli

RUN apt-get update && \
apt-get install -y libpq-dev && \
apt-get install -y libpq-dev unzip && \
docker-php-ext-install pdo_mysql pdo_pgsql

RUN apt-get -y install gpg && \
Expand Down
2 changes: 1 addition & 1 deletion .docker/php83.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.3-cli

RUN apt-get update && \
apt-get install -y libpq-dev && \
apt-get install -y libpq-dev unzip && \
docker-php-ext-install pdo_mysql pdo_pgsql

RUN apt-get -y install gpg && \
Expand Down

0 comments on commit 3df1daa

Please sign in to comment.