Skip to content

Commit

Permalink
Fix base image build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo committed Jan 13, 2025
1 parent 701be73 commit fd262b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/base-image/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:22

RUN apt-get update
RUN apt-get install libjemalloc2 dumb-init
RUN apt-get clean

Expand Down

0 comments on commit fd262b3

Please sign in to comment.