aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-11-04 15:14:24 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-11-04 15:14:24 -0600
commit61db0790b4f6581df10161cfc216b3d7586e52d6 (patch)
tree269e60ca42df3a69f3978bb48f713b98e794df64 /Dockerfile
parent4df2bffd8baabf37a0e6fe2b0399df543f3a09ab (diff)
Updating to a new version of apline linux
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 71e303f..812e3e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.3
+FROM alpine:3.4
# Add the testing repo to get neovim
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
@@ -12,13 +12,14 @@ RUN apk add --no-cache \
# My Stuff
zsh \
unibilium \
- php \
- php-json \
- php-phar \
- php-openssl \
+ php5 \
+ php5-json \
+ php5-phar \
+ php5-openssl \
curl \
git \
ack \
+ python3 \
python3-dev \
nodejs \
neovim \