Skip to content

Commit

Permalink
Add dl-4 apk repository (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona authored Feb 15, 2022
1 parent b9956ec commit 25b661a
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
@@ -1,5 +1,7 @@
FROM ruby:2.7-alpine

RUN echo 'http://dl-4.alpinelinux.org/alpine/v3.15/main' >> /etc/apk/repositories

RUN set -x -e; \
apk add --update --no-cache bash make g++; \
gem install package_cloud
Expand Down

0 comments on commit 25b661a

Please sign in to comment.