Update submodules
This commit is contained in:
parent
9577245612
commit
a8f5154fd3
@ -6,6 +6,8 @@ RUN apk update && apk upgrade && apk add git zlib-dev gcc musl-dev
|
|||||||
COPY . /go/src/github.com/TicketsBot/dashboard
|
COPY . /go/src/github.com/TicketsBot/dashboard
|
||||||
WORKDIR /go/src/github.com/TicketsBot/dashboard
|
WORKDIR /go/src/github.com/TicketsBot/dashboard
|
||||||
|
|
||||||
|
RUN git submodule update --init --recursive --remote
|
||||||
|
|
||||||
RUN set -Eeux && \
|
RUN set -Eeux && \
|
||||||
go mod download && \
|
go mod download && \
|
||||||
go mod verify
|
go mod verify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user