Skip to content

Commit

Permalink
fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSamson committed Jan 11, 2024
1 parent 6573c69 commit b24b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do

# install extra packages
RUN apt-get update \
&& apt-get install -y \
&& apt-get install -y --no-install-recommends \
graphviz \
mariadb-client \
unzip \
Expand Down

0 comments on commit b24b8ac

Please sign in to comment.