Simplify Dockerbuild

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-09-25 01:34:05 +02:00
parent 16790fa976
commit e5a661e6aa
No known key found for this signature in database
GPG key ID: 0066F03ED215AD7D
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ WORKDIR /go/src/github.com/Luzifer/ots
RUN set -ex \ RUN set -ex \
&& pacman --noconfirm -Syy \ && pacman --noconfirm -Syy \
&& pacman --noconfirm -S \
curl \ curl \
git \ git \
go \ go \

View file

@ -8,7 +8,6 @@ WORKDIR /go/src/github.com/Luzifer/ots
RUN set -ex \ RUN set -ex \
&& pacman --noconfirm -Syy \ && pacman --noconfirm -Syy \
&& pacman --noconfirm -S \
curl \ curl \
git \ git \
go \ go \