Skip to content

Commit

Permalink
Adds rsync to Mysql image
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch authored Aug 9, 2023
1 parent 5b091b6 commit 95e46c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.17

RUN apk add bash \
rsync \
mariadb \
mariadb-client

Expand Down

0 comments on commit 95e46c4

Please sign in to comment.