mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
fix ot-recorder
This commit is contained in:
parent
5cd2c659ae
commit
2cc1073027
@ -7,7 +7,7 @@ MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y curl gnupg \
|
||||
&& apt-get install -y curl gnupg libcurl3-gnutls \
|
||||
&& curl -sSL http://repo.owntracks.org/repo.owntracks.org.gpg.key | apt-key add - \
|
||||
&& echo 'deb http://repo.owntracks.org/debian bullseye main' > /etc/apt/sources.list.d/owntracks.list \
|
||||
&& apt-get update \
|
||||
|
Loading…
Reference in New Issue
Block a user