Skip to content

Commit 0248483

Browse files
authored
Fix Dockerfile to remove unnecessary sudo
1 parent 28d3041 commit 0248483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-${UBUNTU_VERSION}
33

44
USER vscode
55

6-
RUN apt-get update && sudo apt-get install -y \
6+
RUN apt-get update && apt-get install -y \
77
build-essential \
88
wget \
99
curl \

0 commit comments

Comments
 (0)