Skip to content

Commit

Permalink
Ensure whitespace indentation is consistent in Dockerfile (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Sep 3, 2024
1 parent f9cb7d1 commit 8f6f81c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8f6f81c

Please sign in to comment.