Skip to content

Commit

Permalink
Install wget for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Mar 3, 2022
1 parent 824755c commit ba340f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-base-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apt-get -y upgrade
# Install system packages
# - build-essentiall needed for uwsgi
# - git needed for setuptools_scm
apt-get -y install --no-install-recommends git build-essential redis-server dnsutils
apt-get -y install --no-install-recommends git build-essential redis-server dnsutils wget

# Delete cached files we don't need anymore:
apt-get clean
Expand Down

0 comments on commit ba340f6

Please sign in to comment.