Skip to content

Commit

Permalink
fix bundling of git gems
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jul 7, 2021
1 parent 31594e8 commit 5533d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.0-alpine AS base
ENV APP_DIR="/srv/app" \
BUNDLE_PATH="/srv/bundler" \
BUILD_PACKAGES="build-base ruby-dev" \
APP_PACKAGES="bash curl tzdata" \
APP_PACKAGES="bash curl tzdata git" \
RELEASE_PACKAGES="bash" \
APP_USER="app"

Expand Down

0 comments on commit 5533d17

Please sign in to comment.