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:
parent
bed6d09ef2
commit
86aab719d6
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ RUN apt-get update \
|
||||||
curl \
|
curl \
|
||||||
gnupg \
|
gnupg \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
openssl \
|
openssl
|
||||||
software-properties-common
|
|
||||||
|
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
|
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue