Skip to content

Commit

Permalink
added suggested '--no-install-recommends'
Browse files Browse the repository at this point in the history
  • Loading branch information
churnikov committed Mar 11, 2024
1 parent 8c9bc43 commit 05d80ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve-encrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM debian:stable-slim

# Install PostgreSQL client and GPG
RUN apt-get update && apt-get install -y gnupg2 curl postgresql-client && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install --no-install-recommends -y gnupg2 curl postgresql-client && apt-get clean && rm -rf /var/lib/apt/lists/*

# Create a non-root user and group (using user ID 1000 and group ID 1000 for compatibility)
# Fixed commands for Debian
Expand Down

0 comments on commit 05d80ed

Please sign in to comment.