Skip to content

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Jul 18, 2023
1 parent 3ccbe95 commit 98787a7
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
@@ -1,4 +1,4 @@
FROM php:8.1-cli
FROM php:8.1-cli-buster

ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
unixodbc \
unixodbc-dev \
libpq-dev \
libffi-dev \
debsig-verify \
python3 \
python3-pip \
Expand Down

0 comments on commit 98787a7

Please sign in to comment.