Skip to content

Commit

Permalink
new container build
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Jun 5, 2018
1 parent 9be8291 commit 9a5353b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo "creating project directories" \
&& cd /opt/antinex/pipeline \
&& git checkout master \
&& git pull \
&& echo "checking repos in container" \
&& echo "checking repo in container" \
&& ls -l /opt/antinex/pipeline \
&& echo "activating venv" \
&& . /opt/venv/bin/activate \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def networkpipeline_test_suite():
setup(
name="network-pipeline",
cmdclass={"build_py": build_py},
version="1.0.21",
version="1.0.22",
description="Distributed Network Packet Analysis Pipeline " +
"for Layer 2, 3 and 4 Frames",
long_description="" +
Expand Down

0 comments on commit 9a5353b

Please sign in to comment.