diff --git a/Dockerfile b/Dockerfile index 4298623..bdb4e95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM debian:trixie-slim ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get -y upgrade && \ - apt-get --no-install-recommends -y install \ +RUN apt-get update \ + && apt-get --no-install-recommends -y install \ tini \ wget \ ovmf \