build: Remove apt-get upgrade (#302)
This commit is contained in:
parent
c2be72d8ea
commit
2c47494721
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue