Dockerfile: move to alpine:3.13 in order to use newer tor version
This commit is contained in:
parent
8474abc967
commit
adaeedf4d8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.11
|
FROM alpine:3.13
|
||||||
|
|
||||||
# Base settings
|
# Base settings
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
|
@ -6,7 +6,7 @@ ENV HOME /root
|
||||||
# Install packages
|
# Install packages
|
||||||
|
|
||||||
RUN apk --update --no-cache --no-progress add \
|
RUN apk --update --no-cache --no-progress add \
|
||||||
python3 python3-dev \
|
python3 python3-dev py3-pip \
|
||||||
libffi-dev musl-dev \
|
libffi-dev musl-dev \
|
||||||
gcc g++ make \
|
gcc g++ make \
|
||||||
automake autoconf libtool \
|
automake autoconf libtool \
|
||||||
|
|
Loading…
Reference in a new issue