Skip to content

Commit

Permalink
add mysql client
Browse files Browse the repository at this point in the history
  • Loading branch information
DoyunShin committed May 4, 2024
1 parent 10ade86 commit 2793ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
wget \
unzip \
openssh-server \
sudo
sudo \
mysql-client

RUN userdel -r ubuntu && \
useradd -m -s /bin/bash sparcs && \
Expand Down

0 comments on commit 2793ab8

Please sign in to comment.