Skip to content

Commit

Permalink
devops: Docker configurations updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Nov 6, 2024
1 parent 2586c2b commit fcfb649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN <<EOF bash
apt-get update;
apt-get install -y --no-install-recommends
# WP-CLI dependencies.
bash less default-mysql-client git
bash less default-mysql-client git \
# MailHog dependencies.
msmtp
msmtp \
# Dockerize dependencies.
wget;
EOF
Expand Down

0 comments on commit fcfb649

Please sign in to comment.