Compare commits

..

No commits in common. "d2b335280f478f05fe7a30517f7514880f4753ac" and "553d041b91977a36a4b109d7bcbe488bdbd08f44" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get update
RUN apt-get install -y apt-transport-https
RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
ca-certificates zip file mono-devel libfreetype6 libopenal1 liblua5.1-0 libsdl2-2.0-0 \
xdg-utils zenity wget make unzip python nsis imagemagick python3
xdg-utils zenity wget make unzip python nsis imagemagick
RUN mkdir /dotnet
WORKDIR /dotnet

View File

@ -25,7 +25,7 @@ git submodule update
## Building container image
```
podman build -t cameo-build:latest .
podman build -t cameo-build:latest
```
## Building Cameo