Skip to content

Commit

Permalink
Fixes usage of deprecated gem opts in Dockerfile
Browse files Browse the repository at this point in the history
Fixes zet4#17
  • Loading branch information
almog committed Jul 30, 2021
1 parent 2791588 commit 5d78133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add 'tor' --no-cache \

RUN apk --update add --virtual build-dependencies ruby-bundler ruby-dev \
&& apk add ruby-nokogiri --update-cache --repository http://dl-4.alpinelinux.org/alpine/v3.3/main/ \
&& gem install --no-ri --no-rdoc socksify \
&& gem install --no-document socksify \
&& apk del build-dependencies \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 5d78133

Please sign in to comment.