Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Adding edge/main
  • Loading branch information
faisyl authored Jan 2, 2017
1 parent ce85f87 commit 16c5032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM alpine:3.5
ADD start_runit /sbin/
RUN mkdir /etc/container_environment &&\
chmod a+x /sbin/start_runit && mkdir /etc/service && mkdir /etc/runit_init.d && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk --update upgrade && apk add runit && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 16c5032

Please sign in to comment.