Skip to content

Commit

Permalink
Merge pull request #1586 from nakib103/fix_docker_warning
Browse files Browse the repository at this point in the history
Fix `MYSQL_OPT_RECONNECT` deprecation warning in docker/singularity
  • Loading branch information
nuno-agostinho authored Jan 17, 2024
2 parents 6fccc5e + 4d8de74 commit a9c9ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BRANCH=main
ARG BRANCH=release/111

###################################################
# Stage 1 - docker container to build ensembl-vep #
Expand Down Expand Up @@ -91,6 +91,7 @@ RUN apt-get update && apt-get -y install \
cpanminus \
curl \
libmysqlclient-dev \
libdbd-mysql-perl \
libpng-dev \
libssl-dev \
zlib1g-dev \
Expand Down

0 comments on commit a9c9ffd

Please sign in to comment.