mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
cleanup
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:3.12
|
||||||
#
|
#
|
||||||
# VARS
|
# VARS
|
||||||
ENV LS_VER=7.10.0
|
ENV LS_VER=7.10.0
|
||||||
@ -6,8 +6,8 @@ ENV LS_VER=7.10.0
|
|||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Setup env and apt
|
# Setup env and apt
|
||||||
#RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||||
RUN apk -U --no-cache add \
|
apk -U --no-cache add \
|
||||||
aria2 \
|
aria2 \
|
||||||
bash \
|
bash \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
|
Reference in New Issue
Block a user