Skip to content

Commit c7be5d9

Browse files
Merge pull request #7 from UnstoppableMango/optimize
2 parents 770387d + 479879e commit c7be5d9

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

Dockerfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,11 @@ RUN git \
2626

2727
FROM debian:bullseye-slim
2828

29-
RUN apt-get update && \
30-
DEBIAN_FRONTEND=noninteractive \
31-
apt-get install -y --no-install-recommends \
32-
ca-certificates \
33-
curl \
34-
&& rm -rf /var/lib/apt/lists/*
35-
36-
RUN curl -fsSL https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg > /usr/share/keyrings/gpg-pub-moritzbunkus.gpg \
37-
&& echo "deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main" \
38-
> /etc/apt/sources.list.d/mkvtoolnix.download.list \
39-
&& echo "deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main" \
40-
> /etc/apt/sources.list.d/mkvtoolnix.download.list
41-
4229
RUN apt-get update && \
4330
DEBIAN_FRONTEND=noninteractive \
4431
apt-get install -y --no-install-recommends \
4532
ffmpeg \
4633
mkvtoolnix \
47-
&& apt-get remove --purge -y curl \
4834
&& apt-get autoremove -y \
4935
&& rm -rf /var/lib/apt/lists/*
5036

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.18-d0
1+
2.0.18-d1

0 commit comments

Comments
 (0)