Skip to content

Commit

Permalink
Upgrade to Magento 2.0.4, PHP 7.0.4, Node 4 and remove Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell committed Apr 13, 2016
1 parent d3c499f commit 6b9daf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
FROM outeredge/edge-docker-php:7.0.3
FROM outeredge/edge-docker-php:7.0.4

# Environment vars
ENV ADDITIONAL_STORES= \
ENABLE_CRON=On \
MAGENTO_VERSION=2.0.2 \
MAGENTO_VERSION=2.0.4 \
DB_HOST= \
DB_USERNAME= \
DB_PASSWORD= \
DB_NAME= \
MAGE_MODE=developer

# Install npm
RUN apt-get update && \
apt-get install -y --no-install-recommends ruby nodejs-legacy npm && \
# Install node
RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - && \
apt-get install -y --no-install-recommends nodejs && \
apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/*

# Add system configuration
Expand Down

0 comments on commit 6b9daf3

Please sign in to comment.