Skip to content

Commit a28f570

Browse files
compwronFireLemons
authored andcommitted
trying to unbreak docker
1 parent 93918f2 commit a28f570

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,20 @@ FROM ruby:3.3.8-alpine
1818

1919
ARG RAILS_ROOT=/usr/src/app/
2020

21+
# available: https://pkgs.alpinelinux.org/packages
2122
RUN apk update && apk upgrade && apk add --update --no-cache \
2223
bash \
24+
build-base \
2325
curl \
2426
imagemagick \
27+
libffi-dev \
28+
perl-yaml-libyaml \
29+
linux-headers \
30+
nodejs \
31+
npm \
2532
postgresql-client \
2633
tzdata \
2734
vim \
28-
nodejs \
29-
npm \
3035
&& rm -rf /var/cache/apk/*
3136

3237
RUN echo "NodeJS Version:" "$(node -v)"

0 commit comments

Comments
 (0)