We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4839c1d commit b3b549cCopy full SHA for b3b549c
dev/docker/ci/arch.dockerfile
@@ -1,6 +1,9 @@
1
## base image
2
FROM --platform=$BUILDPLATFORM archlinux:base AS arch-nodejs
3
4
+# Setup bash environment
5
+RUN echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' > /root/.bash_profile
6
+
7
RUN pacman -Syuu --noconfirm && \
8
pacman-db-upgrade && \
9
# install nodejs
0 commit comments