Skip to content

Commit

Permalink
/usr/local does not yet exist, force create -p
Browse files Browse the repository at this point in the history
  • Loading branch information
iiamabby committed Oct 23, 2023
1 parent 743fb22 commit 53a1cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN rpm-ostree install -y java-17-openjdk
RUN export PATH="/usr/lib/jvm/java-17-openjdk-17.0.8.0.7-1.fc38.x86_64/bin:$PATH"

#install minecraft
RUN mkdir -p /usr/local/bin/minecraftforge && \
RUN mkdir ~/usr/local/minecraftforge && \
cd /usr/local/bin/minecraftforge && \
wget "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-mdk.zip" -O temp.zip && \
unzip temp.zip && \
Expand Down

0 comments on commit 53a1cc7

Please sign in to comment.