From 352baed48688935520a4d52efc03060795305265 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Fri, 10 Feb 2023 11:14:55 +0100 Subject: [PATCH] [+] add `curl` to the Docker image, closes #529 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f52bad93..1c042dd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # When building an image it is recommended to provide version arguments, e.g. -# docker build --no-cached -t \ +# docker build --no-cache -t cybertecpostgresql/pg_timetable: \ # --build-arg COMMIT=`git show -s --format=%H HEAD` \ # --build-arg VERSION=`git describe --tags --abbrev=0` \ # --build-arg DATE=`git show -s --format=%cI HEAD` . @@ -35,7 +35,7 @@ RUN go build -buildvcs=false -ldflags "-X main.commit=${COMMIT} -X main.version= FROM alpine # Install psql client -RUN apk --no-cache add postgresql-client +RUN apk --no-cache add postgresql-client curl # Copy the binary and certificates into the container COPY --from=builder /build/pg_timetable /