Skip to content

Commit b3b549c

Browse files
committed
fix: fix bash env on archlinux
1 parent 4839c1d commit b3b549c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/docker/ci/arch.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## base image
22
FROM --platform=$BUILDPLATFORM archlinux:base AS arch-nodejs
33

4+
# Setup bash environment
5+
RUN echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' > /root/.bash_profile
6+
47
RUN pacman -Syuu --noconfirm && \
58
pacman-db-upgrade && \
69
# install nodejs

0 commit comments

Comments
 (0)