mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Update dep in dockerfile
This commit is contained in:
parent
a77084b12e
commit
66849dd40d
@ -1,7 +1,7 @@
|
|||||||
FROM golang:1-alpine AS builder
|
FROM golang:1-alpine AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache git ca-certificates gcc musl-dev
|
RUN apk add --no-cache git ca-certificates gcc musl-dev
|
||||||
RUN wget -qO /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
|
RUN wget -qO /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
|
||||||
RUN chmod +x /usr/local/bin/dep
|
RUN chmod +x /usr/local/bin/dep
|
||||||
|
|
||||||
COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/
|
COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/
|
||||||
|
Loading…
Reference in New Issue
Block a user