diff options
author | imoore76 <imoore76@users.noreply.github.com> | 2015-12-07 08:49:21 -0500 |
---|---|---|
committer | imoore76 <imoore76@users.noreply.github.com> | 2015-12-07 08:49:21 -0500 |
commit | b2711b1bccc38d52214288c2a40232ddb67efb24 (patch) | |
tree | f8f34e40932b5bcc0de78d4a1a3b31d38b6b0ebe /Dockerfile | |
parent | 148f49edf5e2c2877826e383f531a92de99e96e4 (diff) | |
parent | 95a7c068d1e71ea62cb35210f4c205158ca71109 (diff) | |
download | phpvirtualbox-b2711b1bccc38d52214288c2a40232ddb67efb24.zip phpvirtualbox-b2711b1bccc38d52214288c2a40232ddb67efb24.tar.gz phpvirtualbox-b2711b1bccc38d52214288c2a40232ddb67efb24.tar.bz2 |
Merge pull request #11 from imoore76/develop
5.0-4 from develop
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d5c62e7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM php:5.6-apache +RUN apt-get update && \ + apt-get install -y \ + libxml2 \ + libxml2-dev && \ + docker-php-ext-install soap +COPY . /var/www/html
\ No newline at end of file |