Skip to content

Commit 1a1d66f

Browse files
committed
fix deploy config
1 parent ae4119a commit 1a1d66f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ RUN --mount=type=cache,id=dev-apt-cache,sharing=locked,target=/var/cache/apt \
6565
FROM build_deps as gems
6666

6767
COPY Gemfile* ./
68+
COPY .ruby-version ./
6869
RUN bundle install && rm -rf vendor/bundle/ruby/*/cache
6970

7071
#######################################################################
@@ -73,7 +74,7 @@ RUN bundle install && rm -rf vendor/bundle/ruby/*/cache
7374

7475
FROM base
7576

76-
ARG DEPLOY_PACKAGES="postgresql-client file vim curl gzip libsqlite3-0"
77+
ARG DEPLOY_PACKAGES="git postgresql-client file vim curl gzip libsqlite3-0"
7778
ENV DEPLOY_PACKAGES=${DEPLOY_PACKAGES}
7879

7980
RUN --mount=type=cache,id=prod-apt-cache,sharing=locked,target=/var/cache/apt \

0 commit comments

Comments
 (0)