Skip to content

Commit f9556ed

Browse files
authored
Update Dockerfile
1 parent e4ed6fd commit f9556ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:latest
33
WORKDIR /Cosmos
44

55
RUN apt-get update
6-
RUN apt-get install -y dotnet6 git make xorriso sudo
6+
RUN apt-get install -y dotnet6 git make xorriso sudo yasm binutils
77

88
RUN git config --global pack.window 1
99

@@ -15,4 +15,4 @@ RUN git clone https://github.com/CosmosOS/Common.git
1515

1616
# Run make
1717
WORKDIR /Cosmos
18-
RUN make -C Cosmos
18+
RUN make -C Cosmos

0 commit comments

Comments
 (0)