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
|
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 \
|
RUN apk add --no-cache \
|
||||||
python3 py3-pip py3-setuptools py3-wheel \
|
python3 py3-pip py3-setuptools py3-wheel \
|
||||||
py3-virtualenv \
|
py3-virtualenv \
|
||||||
@@ -27,7 +22,7 @@ RUN apk add --no-cache \
|
|||||||
py3-requests \
|
py3-requests \
|
||||||
#imageio
|
#imageio
|
||||||
py3-numpy \
|
py3-numpy \
|
||||||
#py3-telethon@edge \ (outdated)
|
#py3-telethon \ (outdated)
|
||||||
# Optional for socks proxies
|
# Optional for socks proxies
|
||||||
py3-pysocks \
|
py3-pysocks \
|
||||||
# cryptg
|
# cryptg
|
||||||
|
|||||||
Reference in New Issue
Block a user