Skip to content

Commit

Permalink
Merge pull request #734 from ShelterTechSF/google-signing-key
Browse files Browse the repository at this point in the history
Add command to Dockerfile to fetch updated Google linux signing key
  • Loading branch information
schroerbrian committed Feb 26, 2024
2 parents 4e1d21d + 504dadd commit 3820a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FROM sheltertechsf/combostrikehq-docker-rails:ruby-2.7
RUN mkdir -p /var/lib/dpkg/alternatives /var/lib/dpkg/info /var/lib/dpkg/parts /var/lib/dpkg/triggers /var/lib/dpkg/updates && \
touch /var/lib/dpkg/status && \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
mv /home/app/webapp/config/appserver.sh /etc/service/appserver/run && \
chmod 777 /etc/service/appserver/run && \
echo 'deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main' > /etc/apt/sources.list.d/pgdg.list && \
Expand Down

0 comments on commit 3820a16

Please sign in to comment.