mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Some improvement to development Dockerfile
Don't use a virtualenv insise the Dockerfile, not actually needed
This commit is contained in:
@@ -21,6 +21,7 @@ RUN apt-get update \
|
||||
nodejs \
|
||||
npm \
|
||||
python3-venv \
|
||||
python3-pip \
|
||||
vim \
|
||||
tmux \
|
||||
sqlite3 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user