Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 6, 2024
1 parent 37737a0 commit 6cbd880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN sed -i 's#/var/www#\${APACHE_DOCUMENT_ROOT}#g' /etc/apache2/apache2.conf /et
# Development tooling dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl netcat pv bash less default-mysql-client ssh git zip unzip sudo gnupg \
curl pv bash less default-mysql-client ssh git zip unzip sudo gnupg \
msmtp libz-dev libmemcached-dev libsecret-1-0 \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6cbd880

Please sign in to comment.