From ef856ed50ed050b34b74c757fb5a4a4db7fe87fb Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sat, 21 Sep 2024 11:06:08 -0500 Subject: [PATCH] Add wget to Docker image --- x64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x64/Dockerfile b/x64/Dockerfile index 2e42a56..d949613 100644 --- a/x64/Dockerfile +++ b/x64/Dockerfile @@ -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