Compare commits

...

2 Commits

Author SHA1 Message Date
Kienan Stewart d2b335280f Add python3 to build container 2022-01-02 10:53:13 -05:00
Kienan Stewart a8dbc4db6f Fix podman build command in README 2022-01-02 10:52:57 -05:00
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 apt-transport-https
RUN apt-get install -y --allow-unauthenticated --no-install-recommends \ 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 \ ca-certificates zip file mono-devel libfreetype6 libopenal1 liblua5.1-0 libsdl2-2.0-0 \
xdg-utils zenity wget make unzip python nsis imagemagick xdg-utils zenity wget make unzip python nsis imagemagick python3
RUN mkdir /dotnet RUN mkdir /dotnet
WORKDIR /dotnet WORKDIR /dotnet

View File

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