Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
add -y in postgresql-server Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtotoole committed Mar 1, 2021
1 parent 2a5cda4 commit 7bf04aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/postgresql-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM gcr.io/mcback/postgresql-base:latest

# Install packages
RUN \
apt-get update && \
apt-get -y update && \
#
# Install PostgreSQL
apt-get -y --no-install-recommends install \
Expand Down

0 comments on commit 7bf04aa

Please sign in to comment.