We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4807104 commit 585a7e4Copy full SHA for 585a7e4
Dockerfile
@@ -5,10 +5,10 @@ MAINTAINER Jan-Piet Mens <[email protected]>
5
RUN apt-get update && apt-get install -y wget && \
6
wget -q -O /tmp/owntracks.gpg.key http://repo.owntracks.org/repo.owntracks.org.gpg.key && \
7
apt-key add /tmp/owntracks.gpg.key
8
-RUN apt-get install -y software-properties-common && \
+RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list && \
9
+ apt-get install -y software-properties-common && \
10
apt-add-repository ppa:mosquitto-dev/mosquitto-ppa && \
11
apt-add-repository 'deb http://repo.owntracks.org/debian jessie main' && \
- add-apt-repository --yes ppa:xuzhen666/dnscrypt && \
12
apt-get update && \
13
apt-get install -y \
14
libmosquitto1 \
0 commit comments