Skip to content

Commit

Permalink
updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni committed Aug 31, 2023
1 parent 3d62001 commit 5ca05b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Dockerfile to build image for development and testing
FROM php:8.2-cli-alpine
ARG PHP_VERSION=8.2
FROM php:${PHP_VERSION}-cli-alpine

ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

Expand All @@ -15,3 +16,5 @@ RUN install-php-extensions \
@composer-2

WORKDIR /app

ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit 5ca05b0

Please sign in to comment.