Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk add --no-cache --update\
wget \
unzip \
nodejs \
nodejs-npm \
openssl \
ca-certificates \
&& pip install --upgrade pip \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk add --no-cache --update\
wget \
unzip \
nodejs \
nodejs-npm \
openssl \
ca-certificates \
&& pip install --upgrade pip \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "o2r-loader",
"version": "0.5.0",
"version": "0.5.1",
"description": "Node.js implementation for loading compendia and workspaces from external repositories for the [o2r web api](http://o2r.info/o2r-web-api).",
"main": "index.js",
"scripts": {
Expand Down