Skip to content

Commit

Permalink
Update mysql repo gpg key (#4069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Dec 15, 2023
1 parent 9584c00 commit 69c1fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ RUN wget -nv https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb && \
mkdir -p ~/.gnupg && \
chmod 700 ~/.gnupg && \
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && \
apt-key adv --homedir ~/.gnupg --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29 && \
apt-key adv --homedir ~/.gnupg --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C && \
dpkg -i mysql-apt-config_0.8.12-1_all.deb && \
rm -f mysql-apt-config_0.8.12-1_all.deb && \
apt-get update -qq && apt-get install -qq -y libmysqlclient-dev libcurl4-gnutls-dev
Expand Down

0 comments on commit 69c1fd1

Please sign in to comment.