Skip to content

Commit

Permalink
Remove extra COPY statements in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 4, 2020
1 parent b53b27c commit 26eb2d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 26eb2d4

Please sign in to comment.