Skip to content

Commit

Permalink
Merge pull request #1 from hzmifork/main
Browse files Browse the repository at this point in the history
fix: install only postgresql client
  • Loading branch information
Reynadi531 authored Jul 15, 2024
2 parents 86b372a + 5588687 commit 71b75d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk add --no-cache postgresql curl unzip
RUN apk add --no-cache postgresql-client curl unzip

RUN curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip && \
unzip rclone-current-linux-amd64.zip
Expand Down

0 comments on commit 71b75d7

Please sign in to comment.