Skip to content

Commit

Permalink
Merge pull request #111 from tj-actions/chore/remove-unused-code-and-…
Browse files Browse the repository at this point in the history
…upgraded-bundler
  • Loading branch information
jackton1 authored Mar 12, 2022
2 parents 0ec9ebb + 766871c commit 285742d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ FROM ruby:3.0.3-alpine3.13

LABEL maintainer="Tonye Jack <[email protected]>"

RUN apk add bash git
RUN apk add bash

COPY Gemfile* ./

RUN apk add --no-cache \
--virtual .gem-installdeps \
build-base \
&& gem install bundler --version 2.2.16 \
&& gem install bundler --version 2.3.9 \
&& bundle config set --local system 'true' \
&& bundle install \
&& gem uninstall bundler \
Expand Down

0 comments on commit 285742d

Please sign in to comment.