diff --git a/dockerfiles/ubuntu/Dockerfile b/dockerfiles/ubuntu/Dockerfile index fe240a1..63d9c69 100644 --- a/dockerfiles/ubuntu/Dockerfile +++ b/dockerfiles/ubuntu/Dockerfile @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-${UBUNTU_VERSION} USER vscode -RUN apt-get update && sudo apt-get install -y \ +RUN apt-get update && apt-get install -y \ build-essential \ wget \ curl \