Rebase to 3.17, restore GNU findutils package.

This commit is contained in:
TheSpad
2023-01-05 10:08:07 +00:00
parent f386553d6e
commit 5d4f17a599
12 changed files with 28 additions and 8 deletions

View File

@@ -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 \