prep for new listbot FQDN

This commit is contained in:
t3chn0m4g3
2020-05-12 09:19:09 +00:00
parent be7afd8042
commit 680194adf7
5 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.10
#
# Include dist
ADD dist/ /root/dist/
@ -9,6 +9,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
build-base \
git \
libcap \
py2-markupsafe \
python2 \
python2-dev \
py2-pip \