Install recomended packages too
This commit is contained in:
parent
0ae435d08b
commit
3da716040d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM debian:stable
|
|||
LABEL "maintainer"="L3D <l3d@c3woc.de>"
|
||||
|
||||
# hadolint ignore=DL3008,DL3013
|
||||
RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
||||
RUN apt-get update -y && apt-get install -y \
|
||||
apt-utils \
|
||||
openssh-client \
|
||||
software-properties-common \
|
||||
|
|
Loading…
Reference in a new issue