We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ed6fd commit f9556edCopy full SHA for f9556ed
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:latest
3
WORKDIR /Cosmos
4
5
RUN apt-get update
6
-RUN apt-get install -y dotnet6 git make xorriso sudo
+RUN apt-get install -y dotnet6 git make xorriso sudo yasm binutils
7
8
RUN git config --global pack.window 1
9
@@ -15,4 +15,4 @@ RUN git clone https://github.com/CosmosOS/Common.git
15
16
# Run make
17
18
-RUN make -C Cosmos
+RUN make -C Cosmos
0 commit comments