mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
Fixed Dockerfile
This commit is contained in:
parent
e0f0734e18
commit
9f30e44625
@ -7,8 +7,8 @@ RUN apt-get update && \
|
||||
dpkg -i gcc-toolchain-mips64-x86_64.deb && \
|
||||
rm gcc-toolchain-mips64-x86_64.deb && \
|
||||
wget https://github.com/Polprzewodnikowy/SummerCart64/releases/download/v2.16.0/sc64-deployer-linux-v2.16.0.tar.gz && \
|
||||
tar -xf sc64-deployer-linux-v2.15.1.tar.gz -C /usr/local/bin && \
|
||||
rm sc64-deployer-linux-v2.15.1.tar.gz && \
|
||||
tar -xf sc64-deployer-linux-v2.16.0.tar.gz -C /usr/local/bin && \
|
||||
rm sc64-deployer-linux-v2.16.0.tar.gz && \
|
||||
git config --global --add safe.directory "*" && \
|
||||
SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history" && \
|
||||
echo "$SNIPPET" >> "/root/.bashrc"
|
||||
|
Loading…
Reference in New Issue
Block a user