Skip to content

Commit

Permalink
Fix debian package (#3870)
Browse files Browse the repository at this point in the history
* Fix debian package

* Bump npm
  • Loading branch information
matyldv authored Nov 25, 2024
1 parent 43e3d7f commit f931667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile-deb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN apt-get update && \
git config --global user.name "$GIT_USER_NAME" && \
git config --global user.email "$GIT_USER_EMAIL"

RUN npm install -g [email protected]

COPY . $RALPH_DIR

WORKDIR $RALPH_DIR
Expand Down

0 comments on commit f931667

Please sign in to comment.