Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c735a2d commit e315aefCopy full SHA for e315aef
.devcontainer/Dockerfile
@@ -28,10 +28,10 @@ RUN apt install --yes tzdata \
28
&& dpkg-reconfigure -f noninteractive tzdata \
29
&& apt-get clean
30
31
-RUN apt install --yes build-essential lsb-release curl sudo git vim unzip file
+RUN apt install --yes build-essential lsb-release curl sudo git vim
32
RUN apt install --yes software-properties-common
33
34
-RUN apt install --yes nasm
+RUN apt install --yes nasm unzip file
35
36
# -------------------------------------------------------------------------------------------------
37
# WITH-USER
0 commit comments