mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
Update Dockerfile
This commit is contained in:
parent
22a5ac59c6
commit
660cfb137a
@ -3,7 +3,7 @@ FROM golang:buster as builder
|
|||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
COPY dendrite /dendrite
|
COPY dendrite /dendrite
|
||||||
WORKDIR /dendrite
|
WORKDIR /dendrite
|
||||||
RUN rm -rf .git && ./build.sh
|
RUN rm -rf .git && mkdir bin && ./build.sh
|
||||||
|
|
||||||
FROM debian:buster-20210111-slim
|
FROM debian:buster-20210111-slim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user