Skip to content

Commit

Permalink
Revert "Remove mysql from apt repository sources for catalog due to e…
Browse files Browse the repository at this point in the history
…xpired key (#3527)" (#3536)

This reverts commit b7337c6.
  • Loading branch information
AetherUnbound committed Dec 16, 2023
1 parent 91fd172 commit f8c6345
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions catalog/Dockerfile
Expand Up @@ -39,9 +39,7 @@ ENV AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=s3://openverse-airflow-logs


USER root
# FIXME: Remove this exclusion once the mysql PGP key is no longer expired
RUN rm /etc/apt/sources.list.d/mysql.list \
&& apt-get update \
RUN apt-get update \
&& apt-get -yqq install \
build-essential \
libpq-dev \
Expand Down

0 comments on commit f8c6345

Please sign in to comment.