Skip to content

Commit

Permalink
install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusel committed May 22, 2024
1 parent 1ca94a8 commit a021ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionfiles/build_and_push_docker_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV MW_ROOT /var/www/html
# TODO remove the /etc/apt/preferences.d/no-debian-php and apt-get -q install -y --no-install-recommends zip unzip php-zip once we upgrade to 1.36 because they are not necessary anymore.
RUN set -ex && \
apt-get -q update && apt-get upgrade -y && \
apt-get -q install -y --no-install-recommends nano vim ripgrep tig fd-find && \
apt-get -q install -y --no-install-recommends wget nano vim ripgrep tig fd-find && \
rm /etc/apt/preferences.d/no-debian-php && \
apt-get -q install -y --no-install-recommends zip unzip php-zip && \
apt-get -q install -y --no-install-recommends mariadb-client && \
Expand Down

0 comments on commit a021ee5

Please sign in to comment.