Install recomended packages too
Some checks failed
hadolint Dockerfile / build (push) Failing after 3s
shellchecking ansible-docker.sh / build (push) Failing after 3s
Yamllint GitHub Actions / Yamllint (push) Failing after 2s

This commit is contained in:
L3D 2023-05-11 23:00:51 +02:00
parent 0ae435d08b
commit 3da716040d
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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 \