mirror of
https://github.com/minio/minio.git
synced 2025-01-24 05:03:16 -05:00
build mint from its own repo
This commit is contained in:
parent
f425effaff
commit
989e394a32
@ -1,17 +0,0 @@
|
|||||||
FROM ubuntu:18.04
|
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
|
||||||
ENV LANG C.UTF-8
|
|
||||||
ENV GOROOT /usr/local/go
|
|
||||||
ENV GOPATH /usr/local/gopath
|
|
||||||
ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH
|
|
||||||
ENV MINT_ROOT_DIR /mint
|
|
||||||
|
|
||||||
RUN apt-get --yes update && apt-get --yes upgrade && \
|
|
||||||
apt-get --yes --quiet install wget jq curl git dnsmasq && \
|
|
||||||
git clone https://github.com/minio/mint && \
|
|
||||||
cd /mint && /mint/release.sh
|
|
||||||
|
|
||||||
WORKDIR /mint
|
|
||||||
|
|
||||||
ENTRYPOINT ["/mint/entrypoint.sh"]
|
|
Loading…
x
Reference in New Issue
Block a user