Skip to content

Commit fc5ce69

Browse files
committed
Fix EOF
Fix SC64 docker
1 parent 41d0ed4 commit fc5ce69

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

.devcontainer/flashcart-all/Dockerfile.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN wget https://github.com/buu342/N64-UNFLoader/releases/download/$UNF_LOADER_V
2828
# Environment Config
2929
RUN git config --global --add safe.directory "*" && \
3030
SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history" && \
31-
echo "$SNIPPET" >> "/root/.bashrc"
31+
echo "$SNIPPET" >> "/root/.bashrc"

.devcontainer/flashcart-all/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
}
2424
}
2525
}
26-
}
26+
}

.devcontainer/flashcart-sc64deployer/Dockerfile.sc64deployer

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
FROM debian:trixie-slim
22

33
ARG SC64_DEPLOYER_VERSION=v2.20.2
4-
ARG UNF_LOADER_VERSION=v2.2
54

65
# Minimal image: install only what's needed for building and the project's toolchain
76
RUN apt-get update && \
87
apt-get upgrade -y && \
9-
apt-get install -y build-essential git python3 wget unzip
8+
apt-get install -y build-essential git python3 wget
109

1110
# Install libdragon toolchain (packaged .deb)
1211
RUN wget https://github.com/DragonMinded/libdragon/releases/download/toolchain-continuous-prerelease/gcc-toolchain-mips64-x86_64.deb && \
@@ -21,4 +20,4 @@ RUN wget https://github.com/Polprzewodnikowy/SummerCart64/releases/download/$SC6
2120
# Environment Config
2221
RUN git config --global --add safe.directory "*" && \
2322
SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history" && \
24-
echo "$SNIPPET" >> "/root/.bashrc"
23+
echo "$SNIPPET" >> "/root/.bashrc"

.devcontainer/flashcart-sc64deployer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
}
2424
}
2525
}
26-
}
26+
}

.devcontainer/flashcart-unfloader/Dockerfile.unfloader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN wget https://github.com/buu342/N64-UNFLoader/releases/download/$UNF_LOADER_V
2323
# Environment Config
2424
RUN git config --global --add safe.directory "*" && \
2525
SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history" && \
26-
echo "$SNIPPET" >> "/root/.bashrc"
26+
echo "$SNIPPET" >> "/root/.bashrc"

.devcontainer/flashcart-unfloader/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
}
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)