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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue