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

Cosmetics

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