mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-17 13:58:19 +00:00
Update dendrite/Dockerfile, dendrite/Makefile files
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
FROM golang:buster as builder
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
COPY dendrite /dendrite
|
||||
WORKDIR /dendrite
|
||||
RUN rm -rf .git && ./build.sh
|
||||
ARG VERSION
|
||||
WORKDIR /
|
||||
RUN git clone -b v${VERSION} --depth 1 https://github.com/matrix-org/dendrite.git && \
|
||||
cd dendrite && rm -rf .git && ./build.sh
|
||||
|
||||
FROM debian:buster-20210111-slim
|
||||
|
||||
|
Reference in New Issue
Block a user