Skip to content

Commit

Permalink
Remove adduser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jan 7, 2023
1 parent a6086c7 commit 869428f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions docker/test/integration/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list

RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
adduser \
ca-certificates \
bash \
btrfs-progs \
Expand Down
2 changes: 0 additions & 2 deletions packages/clickhouse-keeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ priority: "optional"

conflicts:
- clickhouse-server
depends:
- adduser
suggests:
- clickhouse-keeper-dbg

Expand Down
2 changes: 0 additions & 2 deletions packages/clickhouse-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ priority: "optional"

conflicts:
- clickhouse-keeper
depends:
- adduser
replaces:
- clickhouse-server-common
- clickhouse-server-base
Expand Down

0 comments on commit 869428f

Please sign in to comment.