diff --git a/containers/sshclient/Dockerfile b/containers/sshclient/Dockerfile index 3bfc0b4..68b5326 100644 --- a/containers/sshclient/Dockerfile +++ b/containers/sshclient/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bullseye-slim ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && \ - apt-get install -y --no-install-recommends \ +RUN apt-get update +RUN apt-get install -y --no-install-recommends \ bash \ screen \ curl \