Remove dbmate

This commit is contained in:
Jamie Curnow
2021-06-29 21:47:41 +10:00
parent 8b0d64607d
commit a2633448e5
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ The following is compiled/installed:
- Lua
- Certbot
- mkcert
- dbmate
- Python3 and pip
The following architectures are supported:
-2
View File
@@ -48,7 +48,6 @@ FROM golang:latest as gobuilder
ENV MKCERT_VERSION=1.4.2
RUN mkdir /workspace
WORKDIR /workspace
RUN go get github.com/amacneil/dbmate
RUN wget -O mkcert.tgz "https://github.com/FiloSottile/mkcert/archive/v${MKCERT_VERSION}.tar.gz"
RUN tar -xzf mkcert.tgz
WORKDIR "/workspace/mkcert-${MKCERT_VERSION}"
@@ -130,7 +129,6 @@ COPY ./scripts/install-openresty /tmp/install-openresty
# Copy golang built packages
COPY --from=gobuilder /bin/mkcert /bin/mkcert
COPY --from=gobuilder /go/bin/dbmate /bin/dbmate
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt