Skip to content

Commit 5a4759c

Browse files
authored
Merge pull request #8 from ArchimedeOS-Development/feat/add-depot-archimede
feat: add depot archimede on base container
2 parents e40a65f + b1a7faf commit 5a4759c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

base-container/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ RUN pacman -Syu --noconfirm && \
1818
bash \
1919
&& pacman -Scc --noconfirm
2020

21+
RUN curl -LO https://github.com/ArchimedeOS-Development/DepotInstall/raw/main/eureka.sh && \
22+
chmod +x eureka.sh && \
23+
./eureka.sh && \
24+
rm eureka.sh && \
25+
pacman -Syyu --noconfirm
26+
2127
RUN curl -O https://blackarch.org/strap.sh && \
2228
chmod +x strap.sh && \
2329
./strap.sh && \

0 commit comments

Comments
 (0)