mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
Remove unnecessary -t flag, it is for test dependencies only
This commit is contained in:
parent
7463a56a7d
commit
8ba9d18933
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ RUN go env -w GOCACHE=/go-cache
|
||||||
RUN go env -w GOMODCACHE=/gomod-cache
|
RUN go env -w GOMODCACHE=/gomod-cache
|
||||||
RUN --mount=type=cache,target=/gomod-cache \
|
RUN --mount=type=cache,target=/gomod-cache \
|
||||||
--mount=type=bind,source=./,target=/src,rw \
|
--mount=type=bind,source=./,target=/src,rw \
|
||||||
/bin/bash -c 'go mod tidy; go get -t'
|
/bin/bash -c 'go mod tidy; go get'
|
||||||
|
|
||||||
FROM cache AS build
|
FROM cache AS build
|
||||||
ARG MAKEOPTS
|
ARG MAKEOPTS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue