We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a74960 commit ba66be4Copy full SHA for ba66be4
1 file changed
docker/code-server/Dockerfile
@@ -49,9 +49,9 @@ RUN set -ex \
49
&& true
50
51
RUN set -ex \
52
-&& rm -rf /var/lib/apt/lists/* \
53
-&& mkdir -p /var/lib/apt/lists/partial \
54
-&& chmod 755 /var/lib/apt/lists/partial \
55
-&& apt-get clean \
56
-&& apt-get update \
+&& sudo rm -rf /var/lib/apt/lists/* \
+&& sudo mkdir -p /var/lib/apt/lists/partial \
+&& sudo chmod 755 /var/lib/apt/lists/partial \
+&& sudo apt-get clean \
+&& sudo apt-get update \
57
0 commit comments