aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2025-05-22 14:10:07 +0200
committerGitHub <noreply@github.com>2025-05-22 14:10:07 +0200
commit2f7682174e92e4851530ec9ff18dfa5a0af8168a (patch)
tree2f86bfe7417ff44bb8595353d9ca7fe074618cc6 /Dockerfile
parentd1d4f2a086209f041fa357e03fdf93614a7a9fd7 (diff)
parenta6b4432f3b50162b87271f3581da3dbac3a15de4 (diff)
downloadNorthstarLauncher-chore/revert-zlib-cmake-fix.tar.gz
NorthstarLauncher-chore/revert-zlib-cmake-fix.zip
Merge branch 'main' into chore/revert-zlib-cmake-fixchore/revert-zlib-cmake-fix
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Dockerfile b/Dockerfile
index 261d649f..af1bf341 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,18 +1,18 @@
FROM registry.fedoraproject.org/fedora-toolbox:38
RUN dnf update -y && \
dnf install -y \
- git \
- wine \
- wine-mono \
- python3 \
- msitools \
- python3-simplejson \
- python3-six \
- cmake \
- ninja-build \
- make \
- samba \
- libunwind && \
+ git \
+ wine \
+ wine-mono \
+ python3 \
+ msitools \
+ python3-simplejson \
+ python3-six \
+ cmake \
+ ninja-build \
+ make \
+ samba \
+ libunwind && \
dnf clean all && \
mkdir /opt/msvc/ /build