Commit c2f4823d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Dockerfile

build: Dockerfile
parents a5b2b655 ca01bf8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ ARG DEBIAN_FRONTEND noninteractive

RUN apt-get update && apt-get -y upgrade && \
    apt-get --no-install-recommends -y install \
        tini \    
        curl \
        cpio \
        tini \
        wget \
        fdisk \
        unzip \