diff --git a/11.0/x86/src/Dockerfile b/11.0/x86/src/Dockerfile index 972f878..2174523 100644 --- a/11.0/x86/src/Dockerfile +++ b/11.0/x86/src/Dockerfile @@ -1,7 +1,7 @@ FROM alpine ADD tce-load.patch /tmp/ -RUN apk add --no-cache curl \ +RUN apk add --no-cache curl patch \ && curl -SLO http://www.tinycorelinux.net/11.x/x86/release/distribution_files/rootfs.gz \ && mkdir rootfs \ && cd rootfs \ diff --git a/11.0/x86_64/src/Dockerfile b/11.0/x86_64/src/Dockerfile index 658398e..89e4237 100644 --- a/11.0/x86_64/src/Dockerfile +++ b/11.0/x86_64/src/Dockerfile @@ -1,7 +1,7 @@ FROM alpine ADD tce-load.patch /tmp/ -RUN apk add --no-cache curl \ +RUN apk add --no-cache curl patch \ && curl -SLO http://www.tinycorelinux.net/11.x/x86_64/release/distribution_files/rootfs64.gz \ && mkdir rootfs64 \ && cd rootfs64 \