Skip to content

Commit

Permalink
fix: added yes flag to install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 12, 2024
1 parent a0c8dd8 commit 2f53219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/dc-ops/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
libpq-dev

RUN apt-get update \
&& apt-get install software-properties-common \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:ondrej/php \
&& mkdir -p /etc/apt/keyrings \
&& apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev dnsutils librsvg2-bin fswatch \
Expand Down

0 comments on commit 2f53219

Please sign in to comment.