Skip to content

Commit

Permalink
fix: add curl to container
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Aug 15, 2023
1 parent 07b46e5 commit 843194d
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 @@ -9,6 +9,7 @@ RUN apt-get update && \
postgresql-client \
libicu-dev \
git \
curl \
wget && \
apt-get clean && \
apt-get autoremove
Expand Down Expand Up @@ -58,7 +59,6 @@ RUN gem install bundler:${BUNDLER_VERSION} \
&& bundle config --global jobs ${BUNDLER_JOBS} \
&& if [ "${RAILS_ENV}" = "production" ];then \
bundle install --without development test \
&& apt-get clean \
;else \
bundle install \
;fi
Expand Down

0 comments on commit 843194d

Please sign in to comment.