From 6e208ad59e737cc146375361db18149cfccdd176 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 20 May 2023 21:50:13 +0100 Subject: [PATCH] Add missing perl-datetime-format-strptime --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 81eb115..b081c44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -187,6 +187,7 @@ RUN \ opus \ pcre2 \ perl \ + perl-datetime-format-strptime \ py3-requests \ python3 \ uriparser \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index accf1f1..13491a9 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -186,6 +186,7 @@ RUN \ opus \ pcre2 \ perl \ + perl-datetime-format-strptime \ py3-requests \ python3 \ uriparser \