Some client requirements
This commit is contained in:
parent
0dd3c82572
commit
34c5b00336
@ -6,7 +6,7 @@ FROM debian:stretch-slim
|
||||
|
||||
# We need curl to download the install from a website
|
||||
RUN apt-get update \
|
||||
&& apt-get install -yyq curl \
|
||||
&& apt-get install -yyq curl procps \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
# Download and Install client
|
||||
|
Reference in New Issue
Block a user