Skip to content

Commit

Permalink
add pdo_mysql extension
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Aug 18, 2018
1 parent cd0d77d commit caebb44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/drupal/7.31/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
gd \
zip \
pdo_mysql
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
Expand Down
12 changes: 12 additions & 0 deletions drupal/CVE-2014-3704/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '2'
services:
web:
image: vulhub/drupal:7.31
depends_on:
- mysql
ports:
- "8080:80"
mysql:
image: mysql:5
environment:
- MYSQL_ROOT_PASSWORD=root

0 comments on commit caebb44

Please sign in to comment.