Skip to content

Commit

Permalink
Add new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
demyxco committed Aug 4, 2023
1 parent d8412dd commit 63d6bf6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tag-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,18 @@ RUN set -ex; \
default-mysql-client \
ed \
jq \
libzip-dev \
logrotate \
mariadb-client \
nano \
procps \
ruby \
sudo \
tzdata \
wget
wget; \
\
docker-php-ext-install mysqli pdo_mysql zip; \
\

# Configure Demyx
RUN set -ex; \
Expand Down

0 comments on commit 63d6bf6

Please sign in to comment.