Skip to content

Commit

Permalink
Install Version Control Systems
Browse files Browse the repository at this point in the history
SVN is needed to check out the WP test suite and GIT may be useful in some cases.
  • Loading branch information
felipeelia authored Dec 13, 2019
1 parent 1ca9c5a commit 7f16950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y \
git \
libzip-dev \
mariadb-client \
sudo \
svn \
; \
apt-get install -y \
--no-install-recommends ssl-cert \
Expand Down

0 comments on commit 7f16950

Please sign in to comment.