[nostalgia] Switch Studio to PassThroughFS
This commit is contained in:
12
Dockerfile
12
Dockerfile
@ -1,4 +1,4 @@
|
||||
FROM fedora:28
|
||||
FROM fedora:29
|
||||
|
||||
RUN dnf update -y
|
||||
|
||||
@ -33,11 +33,11 @@ RUN dnf install -y ninja-build
|
||||
###############################################################################
|
||||
# Install devkitARM
|
||||
|
||||
RUN dnf install -y lbzip2
|
||||
RUN curl -o /tmp/devkitArm.tar.bz2 -SL https://phoenixnap.dl.sourceforge.net/project/devkitpro/devkitARM/devkitARM_r47/devkitARM_r47-x86_64-linux.tar.bz2
|
||||
WORKDIR /opt
|
||||
RUN tar xf /tmp/devkitArm.tar.bz2
|
||||
ENV DEVKITARM /opt/devkitARM
|
||||
#RUN dnf install -y lbzip2
|
||||
#RUN curl -o /tmp/devkitArm.tar.bz2 -SL https://phoenixnap.dl.sourceforge.net/project/devkitpro/devkitARM/devkitARM_r47/devkitARM_r47-x86_64-linux.tar.bz2
|
||||
#WORKDIR /opt
|
||||
#RUN tar xf /tmp/devkitArm.tar.bz2
|
||||
#ENV DEVKITARM /opt/devkitARM
|
||||
|
||||
###############################################################################
|
||||
# Setup sudoers
|
||||
|
Reference in New Issue
Block a user