mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# Dockerfile for tor
|
||||
#
|
||||
|
||||
FROM alpine:edge
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN echo 'http://dl-4.alpinelinux.org/alpine/v3.2/main' >> /etc/apk/repositories \
|
||||
RUN echo 'http://dl-4.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
|
||||
&& echo 'http://dl-4.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
||||
&& apk add -U build-base \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user