add cmake
This commit is contained in:
parent
ed9cbdbccd
commit
a163c71a9b
|
@ -6,7 +6,7 @@ RUN useradd -ms /bin/bash rust
|
||||||
ADD peldd /usr/bin/peldd
|
ADD peldd /usr/bin/peldd
|
||||||
ADD package.sh /usr/bin/package.sh
|
ADD package.sh /usr/bin/package.sh
|
||||||
|
|
||||||
RUN dnf install -y mingw64-gcc mingw64-freetype mingw64-cairo mingw64-harfbuzz mingw64-pango mingw64-poppler mingw64-gtk3 mingw64-winpthreads-static mingw64-glib2-static gcc boost zip git && dnf clean all -y
|
RUN dnf install -y mingw64-gcc mingw64-freetype mingw64-cairo mingw64-harfbuzz mingw64-pango mingw64-poppler mingw64-gtk3 mingw64-winpthreads-static mingw64-glib2-static gcc boost zip git cmake @development-tools && dnf clean all -y
|
||||||
|
|
||||||
USER rust
|
USER rust
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue