diff --git a/Dockerfile b/Dockerfile index bb765eb62..9b9c6a4c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL net.juniper.description="Junos PyEZ library for Python in a lightweight co WORKDIR /source -## Copy project inside the container +## Copy project inside the containers ADD setup.* ./ ADD versioneer.py . ADD requirements.txt .