mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-05-18 07:40:36 +00:00
Remove dbmate
This commit is contained in:
@@ -23,7 +23,6 @@ The following is compiled/installed:
|
||||
- Lua
|
||||
- Certbot
|
||||
- mkcert
|
||||
- dbmate
|
||||
- Python3 and pip
|
||||
|
||||
The following architectures are supported:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user