Skip to content

Commit 947e05f

Browse files
authored
Merge pull request #22 from linuxserver/dependency
Remove baseimage packages
2 parents 7b33698 + c255090 commit 947e05f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN \
2424
zlib-dev && \
2525
echo "**** install packages ****" && \
2626
apk add --no-cache \
27-
curl \
2827
ffmpeg \
2928
libjpeg-turbo \
3029
p7zip \

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN \
2424
zlib-dev && \
2525
echo "**** install packages ****" && \
2626
apk add --no-cache \
27-
curl \
2827
ffmpeg \
2928
libjpeg-turbo \
3029
p7zip \

Dockerfile.armhf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN \
2424
zlib-dev && \
2525
echo "**** install packages ****" && \
2626
apk add --no-cache \
27-
curl \
2827
ffmpeg \
2928
libjpeg-turbo \
3029
p7zip \

0 commit comments

Comments
 (0)