Unverified Commit b9ae73e3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Remove apt-get upgrade (#543)

parent c28dbb6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ ARG TARGETPLATFORM
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND noninteractive

RUN apt-get update && apt-get -y upgrade \
    && if [ "$TARGETPLATFORM" != "linux/amd64" ]; then extra="qemu-user"; fi \
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then extra="qemu-user"; fi \
    && apt-get update \
    && apt-get --no-install-recommends -y install \
        jq \
        tini \