Skip to content

Commit

Permalink
remove old commented out code block in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roelarents committed Jun 5, 2024
1 parent 4fd925c commit 1361275
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1361275

Please sign in to comment.