Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e315aef

Browse files
-
1 parent c735a2d commit e315aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ RUN apt install --yes tzdata \
2828
&& dpkg-reconfigure -f noninteractive tzdata \
2929
&& apt-get clean
3030

31-
RUN apt install --yes build-essential lsb-release curl sudo git vim unzip file
31+
RUN apt install --yes build-essential lsb-release curl sudo git vim
3232
RUN apt install --yes software-properties-common
3333

34-
RUN apt install --yes nasm
34+
RUN apt install --yes nasm unzip file
3535

3636
# -------------------------------------------------------------------------------------------------
3737
# WITH-USER

0 commit comments

Comments
 (0)