diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-09-03 23:53:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 23:53:31 +0200 |
commit | 8f6f81caa54ad5122c6f8be26e59795161676d00 (patch) | |
tree | 814a0b7a76f7d748fd861b7eb6ae75f100fb1459 /Dockerfile | |
parent | f9cb7d12c1036dda00b22d517f1466b6721ba4e0 (diff) | |
download | NorthstarLauncher-8f6f81caa54ad5122c6f8be26e59795161676d00.tar.gz NorthstarLauncher-8f6f81caa54ad5122c6f8be26e59795161676d00.zip |
Ensure whitespace indentation is consistent in Dockerfile (#809)v1.27.7
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 |