Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
wip try bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 15, 2023
1 parent f3ed07d commit c7d1a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ ENV DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL true

COPY ./ /srv/app/datagovuk_publish

RUN gem install bundler --conservative && \
bundle install
RUN bash -c "gem install bundler && \
bundle install"

0 comments on commit c7d1a33

Please sign in to comment.