diff --git a/Dockerfile b/Dockerfile index 5bc5962..786ea78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,22 +28,6 @@ RUN go test ./... -covermode=atomic RUN go build -v -buildvcs=true -ldflags='-s -w -linkmode auto' -a -installsuffix cgo -o /texel . -## FROM scratch -#FROM golang:1.21-bullseye -#RUN apt-get update && apt-get install -y \ -# libsqlite3-mod-spatialite \ -# && rm -rf /var/lib/apt/lists/* -# -## important for time conversion -#ENV TZ Europe/Amsterdam -# -#WORKDIR / -# -## Import from builder. -#COPY --from=build-env /texel / -# -#ENTRYPOINT ["/texel"] - FROM base AS build-image RUN apt-get update && apt-get install -y \