Skip to content

Commit

Permalink
Merge pull request #551 from debtcollective/development
Browse files Browse the repository at this point in the history
fix: update dockerfile to use forego repo
  • Loading branch information
hissingpanda authored Dec 8, 2021
2 parents 76eca88 + abd0ea3 commit 66a56af
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 @@ -27,8 +27,8 @@ RUN bundle config set without 'development test' && \
bundle install

# install forego
RUN curl -O https://bin.equinox.io/c/ekMN3bCZFUn/forego-stable-linux-amd64.deb
RUN apt install ./forego-stable-linux-amd64.deb
RUN curl -LO https://github.com/viranch/forego/releases/download/20211019/forego-linux-amd64.tgz
RUN tar -C /usr/local/bin/ -zxf forego-linux-amd64.tgz

ADD . $APP_HOME

Expand Down

0 comments on commit 66a56af

Please sign in to comment.