Ensure whitespace indentation is consistent in Dockerfile (#809)

This commit is contained in:
GeckoEidechse 2024-09-03 23:53:31 +02:00 committed by GitHub
parent f9cb7d12c1
commit 8f6f81caa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +1,18 @@
FROM registry.fedoraproject.org/fedora-toolbox:38 FROM registry.fedoraproject.org/fedora-toolbox:38
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y \ dnf install -y \
git \ git \
wine \ wine \
wine-mono \ wine-mono \
python3 \ python3 \
msitools \ msitools \
python3-simplejson \ python3-simplejson \
python3-six \ python3-six \
cmake \ cmake \
ninja-build \ ninja-build \
make \ make \
samba \ samba \
libunwind && \ libunwind && \
dnf clean all && \ dnf clean all && \
mkdir /opt/msvc/ /build mkdir /opt/msvc/ /build