Remove commented edge things from dockerfile
This commit is contained in:
+1
-6
@@ -2,11 +2,6 @@ FROM dock.mau.dev/tulir/lottieconverter:alpine-3.13
|
||||
|
||||
ARG TARGETARCH=amd64
|
||||
|
||||
#RUN echo $'\
|
||||
#@edge http://dl-cdn.alpinelinux.org/alpine/edge/main\n\
|
||||
#@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing\n\
|
||||
#@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 py3-pip py3-setuptools py3-wheel \
|
||||
py3-virtualenv \
|
||||
@@ -27,7 +22,7 @@ RUN apk add --no-cache \
|
||||
py3-requests \
|
||||
#imageio
|
||||
py3-numpy \
|
||||
#py3-telethon@edge \ (outdated)
|
||||
#py3-telethon \ (outdated)
|
||||
# Optional for socks proxies
|
||||
py3-pysocks \
|
||||
# cryptg
|
||||
|
||||
Reference in New Issue
Block a user