Change-Id: Ic2c5ee4f77bd2f742e6f962dba3464c4d7e857ff
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
.tox
*.pyc
+*.pyo
.cache
+.tox
#IDEs
.idea
.project
.pydevproject
.settings/
+.vscode
+# Unit test / coverage reports
+.coverage
+cover
+coverage.xml
+nosetests.xml
#Generated folders when building the deb package locally
debian/osm-imdocs.install
RUN python3 -m easy_install pip==21.0.1
RUN pip3 install tox==3.22.0
-RUN DEBIAN_FRONTEND=noninteractive apt -y install wget build-essential dh-make \
- openjdk-8-jdk maven
+RUN DEBIAN_FRONTEND=noninteractive apt-get -y install wget build-essential dh-make \
+ openjdk-8-jdk maven
RUN update-java-alternatives --set /usr/lib/jvm/java-1.8.0-openjdk-amd64