We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c4c058 + 65ba0aa commit 28d3041Copy full SHA for 28d3041
1 file changed
dockerfiles/ubuntu/Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-${UBUNTU_VERSION}
3
4
USER vscode
5
6
-RUN sudo apt-get update && sudo apt-get install -y \
+RUN apt-get update && sudo apt-get install -y \
7
build-essential \
8
wget \
9
curl \
0 commit comments