Skip to content

Commit

Permalink
update Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Aug 27, 2024
1 parent 8f4c9f9 commit 0fdce18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal

RUN groupadd -r sling && useradd -r -g sling sling

RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y unzip libaio1 postgresql-client wget curl && \
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y unzip libaio1 postgresql-client wget curl gnupg2 && \
apt-get clean && \
rm -rf /var/lib/apt/lists /var/cache/apt

Expand Down

0 comments on commit 0fdce18

Please sign in to comment.