We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83866b + 82c32e2 commit 5945196Copy full SHA for 5945196
Dockerfile
@@ -3,7 +3,7 @@
3
#####################################################################
4
FROM ruby:3.3.6-alpine3.20 AS build
5
6
-RUN apk -U upgrade && apk add --no-cache gcompat postgresql-client build-base libpq-dev tzdata \
+RUN apk -U upgrade && apk add --no-cache gcompat git postgresql-client build-base libpq-dev tzdata \
7
&& rm -rf /var/cache/apk/*
8
9
RUN gem install rails
@@ -33,7 +33,7 @@ COPY . $RAILS_ROOT/
33
34
FROM ruby:3.3.6-alpine3.20 AS final
35
36
-RUN apk -U upgrade && apk add --no-cache gcompat postgresql-client tzdata \
+RUN apk -U upgrade && apk add --no-cache gcompat git postgresql-client tzdata \
37
38
39
ENV RAILS_ROOT /var/www/nrdb-api
0 commit comments