Skip to content

Commit

Permalink
fix: update dockerfile to pull working forego repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingpanda committed Dec 7, 2021
1 parent 237d636 commit b13bc12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ 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 | tar -C /usr/local/bin/ -zx

ADD . $APP_HOME

Expand Down

0 comments on commit b13bc12

Please sign in to comment.