From 26eb2d4e5429f4758897ceff4249bbb29caab0e5 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 4 Apr 2020 21:48:53 +0300 Subject: [PATCH] Remove extra COPY statements in dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e085fa3..a43afec8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,9 +64,6 @@ RUN apk add --virtual .build-deps \ COPY . /opt/mautrix-telegram RUN apk add git && pip3 install .[speedups,hq_thumbnails,metrics,e2be] && apk del git -COPY --from=lottieconverter /usr/lib/librlottie* /usr/lib/ -COPY --from=lottieconverter /build/LottieConverter/dist/Debug/GNU-Linux/lottieconverter /usr/local/bin/lottieconverter - VOLUME /data ENV UID=1337 GID=1337 \ FFMPEG_BINARY=/usr/bin/ffmpeg