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 \