mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
Ensure whitespace indentation is consistent in Dockerfile (#809)
This commit is contained in:
parent
f9cb7d12c1
commit
8f6f81caa5
1 changed files with 12 additions and 12 deletions
24
Dockerfile
24
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue