Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored May 21, 2024
1 parent f9e421c commit 5bf69e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php-8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ RUN \
libheif \
imagemagick-heic \
libgomp \
libwebp \
git \
&& rm -rf /var/cache/apk/*

Expand Down Expand Up @@ -192,4 +193,4 @@ RUN echo extension=snappy.so >> /usr/local/etc/php/conf.d/snappy.ini

EXPOSE 80

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

0 comments on commit 5bf69e1

Please sign in to comment.