aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-09-03 23:53:31 +0200
committerGitHub <noreply@github.com>2024-09-03 23:53:31 +0200
commit8f6f81caa54ad5122c6f8be26e59795161676d00 (patch)
tree814a0b7a76f7d748fd861b7eb6ae75f100fb1459
parentf9cb7d12c1036dda00b22d517f1466b6721ba4e0 (diff)
downloadNorthstarLauncher-8f6f81caa54ad5122c6f8be26e59795161676d00.tar.gz
NorthstarLauncher-8f6f81caa54ad5122c6f8be26e59795161676d00.zip
Ensure whitespace indentation is consistent in Dockerfile (#809)v1.27.7
-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