Skip to content

Commit

Permalink
Fix mysql repo missing key (signalfx#2078)
Browse files Browse the repository at this point in the history
Signed-off-by: Dani Louca <[email protected]>
  • Loading branch information
dloucasfx authored Jan 18, 2022
1 parent 811d43b commit 3544963
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 @@ -153,6 +153,7 @@ RUN sed -i -e '/^deb-src/d' /etc/apt/sources.list &&\
libdbus-1-dev

RUN wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29 && \
dpkg -i mysql-apt-config_0.8.12-1_all.deb && \
apt-get update && apt-get install -y libmysqlclient-dev libcurl4-gnutls-dev

Expand Down

0 comments on commit 3544963

Please sign in to comment.