mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-04 18:45:49 +01:00
Rebase to 3.17, restore GNU findutils package.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.17
|
||||
|
||||
ARG UNRAR_VERSION=6.1.7
|
||||
ARG BUILD_DATE
|
||||
@@ -17,6 +17,7 @@ RUN \
|
||||
gcc && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
findutils \
|
||||
openssl \
|
||||
p7zip \
|
||||
python3 \
|
||||
|
||||
Reference in New Issue
Block a user