diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-04 15:14:24 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-04 15:14:24 -0600 |
commit | 61db0790b4f6581df10161cfc216b3d7586e52d6 (patch) | |
tree | 269e60ca42df3a69f3978bb48f713b98e794df64 /Dockerfile | |
parent | 4df2bffd8baabf37a0e6fe2b0399df543f3a09ab (diff) |
Updating to a new version of apline linux
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 \ |