diff --git a/Dockerfile b/Dockerfile index 0e8be31..d618877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ WORKDIR /go/src/github.com/Luzifer/ots RUN set -ex \ && pacman --noconfirm -Syy \ - && pacman --noconfirm -S \ curl \ git \ go \ diff --git a/Dockerfile.minimal b/Dockerfile.minimal index 0d1ba36..2c3fc1f 100644 --- a/Dockerfile.minimal +++ b/Dockerfile.minimal @@ -8,7 +8,6 @@ WORKDIR /go/src/github.com/Luzifer/ots RUN set -ex \ && pacman --noconfirm -Syy \ - && pacman --noconfirm -S \ curl \ git \ go \