Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 346fac5

Browse files
ceefourjankeromnes
authored andcommitted
docs: rm requires sudo
1 parent b5c6c48 commit 346fac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/config-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ FROM gitpod/workspace-full
4545
RUN sudo apt-get update \
4646
&& sudo apt-get install -y \
4747
... \
48-
&& rm -rf /var/lib/apt/lists/*
48+
&& sudo rm -rf /var/lib/apt/lists/*
4949
5050
# Apply user-specific settings
5151
ENV ...

0 commit comments

Comments
 (0)