Docker Bugfix / Typo

Removing newline added by accident

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik 2020-03-18 08:08:04 +01:00
parent 8a3d5d32ed
commit fbf72957d9
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -3,7 +3,6 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y gnupg gnupg1 gpg
RUN sh -c "if [ x"" != x$http_proxy ]; then \
apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --keyserver-options http-proxy=$http_proxy --recv-keys ED75B5A4483DA07C >/dev/null 2>&1; \
else \
apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys ED75B5A4483DA07C >/dev/null 2>&1; \
fi"
RUN echo "deb http://repo.aptly.info/ nightly main" > /etc/apt/sources.list.d/aptly.list