Skip to content

Commit 277fb6e

Browse files
committed
release: v0.1.0a17
* update Docker files Signed-off-by: Johnny Mariéthoz <[email protected]>
1 parent 6b47c22 commit 277fb6e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deployment/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.5-slim
33
LABEL maintainer="[email protected]"
44
LABEL description="Integrated Library System flavour of Invenio by RERO."
55

6-
RUN apt-get update && apt-get install -y curl git gcc \
6+
RUN apt-get update && apt-get install -y curl git gcc gnupg\
77
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
88
&& apt-get install -y nodejs \
99
&& pip install -U setuptools pip && \

development/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.5-slim
33
LABEL maintainer="[email protected]"
44
LABEL description="Integrated Library System flavour of Invenio by RERO. Devel version."
55

6-
RUN apt-get update && apt-get install -y curl gcc\
6+
RUN apt-get update && apt-get install -y curl gcc gnupg\
77
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
88
&& apt-get install -y nodejs gcc git \
99
&& pip install -U setuptools pip && \

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# waive the privileges and immunities granted to it by virtue of its status
2323
# as an Intergovernmental Organization or submit itself to any jurisdiction.
2424

25-
git+https://github.com/rero/[email protected].0a16#egg=reroils-data
26-
git+https://github.com/rero/[email protected].0a16#egg=reroils-record-editor
25+
git+https://github.com/rero/[email protected].0a17#egg=reroils-data
26+
git+https://github.com/rero/[email protected].0a17#egg=reroils-record-editor
2727

2828
flower

reroils_app/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
and parsed by ``setup.py``.
77
"""
88

9-
__version__ = "0.1.0a16"
9+
__version__ = "0.1.0a17"

0 commit comments

Comments
 (0)