Skip to content

Instantly share code, notes, and snippets.

@garbast
Created August 6, 2023 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garbast/6cc782c352c4e178456d803f770293c7 to your computer and use it in GitHub Desktop.
Save garbast/6cc782c352c4e178456d803f770293c7 to your computer and use it in GitHub Desktop.
Composer image with rsync and mysql client
# docker build -t composer:test - < Dockerfile
FROM composer:latest
RUN set -eux ; \
apk add --no-cache \
rsync \
mysql-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment