1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-05 19:31:02 +00:00

Update Dockerfile

Fix: Unable to locate package software-properties-common on Debian Trixie
This commit is contained in:
Luca 2025-09-23 12:53:18 +02:00 committed by GitHub
parent bed6d09ef2
commit 86aab719d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,7 @@ RUN apt-get update \
curl \
gnupg \
lsb-release \
openssl \
software-properties-common
openssl
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -