Skip to content

Commit

Permalink
install bash and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 30, 2024
1 parent b998062 commit 1b113da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

# install OS tools
RUN apk update && apk add curl unzip rsync maven jq
RUN apk update && apk add bash curl jq maven npm rsync unzip

# copy source code
COPY library_generation /src
Expand Down

0 comments on commit 1b113da

Please sign in to comment.