We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a429938 commit b713f5dCopy full SHA for b713f5d
Dockerfile
@@ -9,6 +9,7 @@ FROM python:3.6-slim-stretch as build-backend
9
COPY ./ /netflowbot/
10
WORKDIR /netflowbot
11
RUN \
12
+ ls pynetflow/netflow/__init__.py || (echo "Make sure you run 'git submodule update --init --recursive'!" && exit 1) && \
13
rm -rf .git/ tests/ .vscode/ .pytest_cache/ __pycache__/ && \
14
find ./ ! -name '*.py' -type f -exec rm '{}' ';' && \
15
python3.6 -m compileall -b ./ && \
0 commit comments