Skip to content
Snippets Groups Projects
Commit 3f92a5b5 authored by Bienchen's avatar Bienchen
Browse files

Cosmetics

parent be3f904f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ COPY requirements.txt ${SRC_DIR}
WORKDIR ${SRC_DIR}
RUN set -e pipefail; \
apt-get update -y; \
# for development, install venv
apt-get install -y git pip; \
pip install -r requirements.txt; \
# for development, install black & PyLint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment