Testing gitlint

This commit is contained in:
dvanaken
2019-10-23 15:59:22 -04:00
committed by Dana Van Aken
parent 9f3fe29c27
commit 5c855faa3e
11 changed files with 539 additions and 241 deletions

View File

@@ -11,7 +11,7 @@ COPY ./server/website/requirements.txt /
RUN apt-get update \
&& apt-get install -y python3.6 python3-pip mysql-client \
libmysqlclient-dev python-mysqldb postgresql-client \
openjdk-11-jdk git unzip wget curl \
openjdk-11-jdk checkstyle git unzip wget curl \
&& wget https://services.gradle.org/distributions/${GRADLE_VERSION}-bin.zip \
&& unzip ${GRADLE_VERSION}-bin.zip -d /opt \
&& rm ${GRADLE_VERSION}-bin.zip \