Skip to content

Commit

Permalink
Install libmysqlclient21 in slurmdbd
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Mar 13, 2024
1 parent 0173337 commit 7751849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ ENTRYPOINT ["/opt/entrypoint.sh"]

FROM daemon_base as slurmdbd

RUN apt update && apt install -y libmysqlclient21

# Default configuration options in supervisord.conf that can be overridden at runtime
ENV MUNGED_ARGS=
ENV SLURMDBD_ARGS=
Expand Down

0 comments on commit 7751849

Please sign in to comment.