Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodian committed Dec 10, 2019
2 parents d8bb4f5 + 41a8a5e commit b306cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 0.4.0

- Feature: Added zip

## 0.3.0

- Feature: Added NodeJS dependencies
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN echo "Install build dependencies" && \
nodejs \
npm \
python3 \
yarn && \
yarn \
zip && \
echo "Symlink python3 dependencies to python" && \
ln -s /usr/bin/python3 /usr/bin/python && \
ln -s /usr/bin/pip3 /usr/bin/pip && \
Expand Down

0 comments on commit b306cb0

Please sign in to comment.