Skip to content

Commit

Permalink
Merge pull request #8 from cyliu0/sql-clients
Browse files Browse the repository at this point in the history
add sql clients in sysbench image
  • Loading branch information
cyliu0 authored Feb 29, 2024
2 parents 5409128 + 157c7f7 commit 770f9a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM ubuntu:22.04

RUN apt-get update

# Install MySQL and PostgreSQL clients
RUN apt-get -y install postgresql-client mysql-client

RUN apt-get -y install make automake libtool pkg-config libaio-dev git

# For MySQL support
Expand Down

0 comments on commit 770f9a9

Please sign in to comment.