mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 09:13:09 -06:00
Add curl to builder container
This commit is contained in:
parent
cc46934d38
commit
321abc4071
2
.github/workflows/Dockerfile.builder
vendored
2
.github/workflows/Dockerfile.builder
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
FROM docker.io/golang:alpine AS builder
|
FROM docker.io/golang:alpine AS builder
|
||||||
ARG GOARCH=amd64
|
ARG GOARCH=amd64
|
||||||
|
|
||||||
RUN apk --update --no-cache add bash build-base
|
RUN apk --update --no-cache add bash build-base curl
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue