Skip to content

Commit 28d3041

Browse files
authored
Merge pull request #13 from appzic/y-developer-patch-1
fix: Dockerfile to remove unnecessary sudo
2 parents 2c4c058 + 65ba0aa commit 28d3041

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 sudo apt-get update && sudo apt-get install -y \
6+
RUN apt-get update && sudo apt-get install -y \
77
build-essential \
88
wget \
99
curl \

0 commit comments

Comments
 (0)