Skip to content

Commit 4807104

Browse files
committed
forgot to chain command
1 parent 2e959af commit 4807104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y wget && \
88
RUN apt-get install -y software-properties-common && \
99
apt-add-repository ppa:mosquitto-dev/mosquitto-ppa && \
1010
apt-add-repository 'deb http://repo.owntracks.org/debian jessie main' && \
11-
add-apt-repository --yes ppa:xuzhen666/dnscrypt \
11+
add-apt-repository --yes ppa:xuzhen666/dnscrypt && \
1212
apt-get update && \
1313
apt-get install -y \
1414
libmosquitto1 \

0 commit comments

Comments
 (0)