fix packages repo URL in Dockerfiles

This commit is contained in:
Alexey Zatelepin 2018-03-17 02:11:15 +03:00
parent 109b73b947
commit 02aacc8945
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:16.04
ARG repository="deb https://repo.yandex.ru/clickhouse/xenial/ dists/stable/main/binary-amd64/"
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=\*
RUN apt-get update && \

View File

@ -1,6 +1,6 @@
FROM ubuntu:16.04
ARG repository="deb https://repo.yandex.ru/clickhouse/xenial/ dists/stable/main/binary-amd64/"
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=\*
RUN apt-get update && \