Skip to content

Commit

Permalink
deps: force update debian packages when building container image
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 24, 2024
1 parent e05e3b3 commit e7951d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/release-trigger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ FROM node:18.20.4-bullseye AS BASE
RUN apt-get update && \
apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python3-openssl
xz-utils tk-dev libffi-dev liblzma-dev python3-openssl && \
apt-get upgrade

USER node

Expand Down

0 comments on commit e7951d1

Please sign in to comment.