Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
7a6ee2c57def
Commit
bb60dde0
authored
Oct 17, 2019
by
Philippe Pepiot
Browse files
Use cubicweb devel for docker image
parent
eee88e429e72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7a6ee2c5
ARG
CW_INSTANCE_NAME=fresh
FROM
logilab/cubicweb:
3.26
-onbuild
FROM
logilab/cubicweb:
dev
-onbuild
USER
root
RUN
pip
install
-r
/src/docker/requirements.txt
RUN
cp
/src/docker/pyramid.ini.j2 /pyramid.ini.j2
...
...
cubicweb_fresh/__pkginfo__.py
View file @
7a6ee2c5
...
...
@@ -20,7 +20,7 @@ classifiers = [
]
__depends__
=
{
'cubicweb[pyramid]'
:
'>= 3.26.0, < 3.27'
,
'cubicweb[pyramid]'
:
None
,
'cubicweb-expense'
:
'>= 0.9.0'
,
'cubicweb-workcase'
:
'>= 0.8.0'
,
'cubicweb-searchui'
:
'>= 0.4.1'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment