Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -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 \ Loading