diff --git a/README.md b/README.md index 23c9145..cb73f54 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ The following is compiled/installed: - Lua - Certbot - mkcert -- dbmate - Python3 and pip The following architectures are supported: diff --git a/docker/Dockerfile b/docker/Dockerfile index 7f9652a..4bfa91e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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