Skip to content

Commit

Permalink
bypass docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jan 11, 2024
1 parent 05da64f commit 8c1c941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM ruby:3.3-alpine

RUN apk update && apk add --no-cache git

ADD 'https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h' skipcache

RUN gem install synvert

ENTRYPOINT ["synvert-ruby"]

0 comments on commit 8c1c941

Please sign in to comment.