Skip to content

Commit

Permalink
Merge pull request #86 from may-cat/85-fix
Browse files Browse the repository at this point in the history
Build Loghouse 0.2.1 fix
  • Loading branch information
may-cat authored Apr 3, 2018
2 parents 13d427d + af18c82 commit bbadb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/clickhouse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04

ARG repository="deb http://repo.yandex.ru/clickhouse/xenial stable main"
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=\*

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion images/fluentd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
COPY clean-apt /usr/bin
COPY clean-install /usr/bin
COPY Gemfile /Gemfile
ARG repository="deb http://repo.yandex.ru/clickhouse/xenial stable main"
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=\*

# 1. Install & configure dependencies.
Expand Down

0 comments on commit bbadb16

Please sign in to comment.