mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove adduser
dependency
This commit is contained in:
parent
a6086c7174
commit
869428f228
@ -8,6 +8,7 @@ RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
|
|||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
|
&& env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
|
||||||
|
adduser \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
bash \
|
bash \
|
||||||
btrfs-progs \
|
btrfs-progs \
|
||||||
|
@ -12,8 +12,6 @@ priority: "optional"
|
|||||||
|
|
||||||
conflicts:
|
conflicts:
|
||||||
- clickhouse-server
|
- clickhouse-server
|
||||||
depends:
|
|
||||||
- adduser
|
|
||||||
suggests:
|
suggests:
|
||||||
- clickhouse-keeper-dbg
|
- clickhouse-keeper-dbg
|
||||||
|
|
||||||
|
@ -12,8 +12,6 @@ priority: "optional"
|
|||||||
|
|
||||||
conflicts:
|
conflicts:
|
||||||
- clickhouse-keeper
|
- clickhouse-keeper
|
||||||
depends:
|
|
||||||
- adduser
|
|
||||||
replaces:
|
replaces:
|
||||||
- clickhouse-server-common
|
- clickhouse-server-common
|
||||||
- clickhouse-server-base
|
- clickhouse-server-base
|
||||||
|
Loading…
Reference in New Issue
Block a user