We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e40a65f + b1a7faf commit 5a4759cCopy full SHA for 5a4759c
1 file changed
base-container/Dockerfile
@@ -18,6 +18,12 @@ RUN pacman -Syu --noconfirm && \
18
bash \
19
&& pacman -Scc --noconfirm
20
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
+
27
RUN curl -O https://blackarch.org/strap.sh && \
28
chmod +x strap.sh && \
29
./strap.sh && \
0 commit comments