Some improvement to development Dockerfile

Don't use a virtualenv insise the Dockerfile, not actually needed
This commit is contained in:
Roland Geider
2020-07-16 20:42:05 +02:00
parent ce2cd078ab
commit 9014e6c5df
10 changed files with 126 additions and 171 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update \
nodejs \
npm \
python3-venv \
python3-pip \
vim \
tmux \
sqlite3 \

View File

@@ -3,7 +3,7 @@ Development image for wger - Base image
This is the base image for some of the other wger images and offers no
functionality, it's only use is to provide some common dependencies.
If you want to develop, try either ``wger/devel`` oder ``wger/devel-fedora``.
If you want to develop, try ``wger/devel``.
Contact