Skip to content

Commit

Permalink
Add wget to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Sep 21, 2024
1 parent e7d3910 commit ef856ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ useradd ubuntu -m -s /bin/bash
usermod -a -G sudo ubuntu
apt update
apt upgrade -y
apt install curl pip git python3-venv pkg-config libicu-dev sudo podman zip jq -y
apt install curl pip git python3-venv pkg-config libicu-dev sudo podman zip jq wget -y
sed -i /etc/sudoers -re 's/^%sudo.*/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g'
ln -s /usr/bin/podman /usr/bin/docker
EOF
Expand Down

0 comments on commit ef856ed

Please sign in to comment.