File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM anapsix/ alpine-java:8u202b08_jdk
1
+ FROM alpine:3.12
2
2
3
3
WORKDIR /root
4
4
@@ -9,6 +9,7 @@ ENV GRADLE_OPTS -Dorg.gradle.daemon=true
9
9
RUN apk update && \
10
10
apk add libstdc++ && \
11
11
apk add bash && \
12
+ apk add openjdk8 && \
12
13
apk add postgresql-client && \
13
14
apk add postgresql && \
14
15
apk add nodejs-current-npm && \
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Most interactions should occur through docker-compose.
56
56
## Tech
57
57
58
58
- JDK 1.8+
59
- - Gradle 6.4 +
59
+ - Gradle 4.10 +
60
60
- Node 8+
61
61
- PSQL 10+
62
62
- RAML-Cop 5
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- wget -O gradle.zip https ://services.gradle.org/distributions/gradle-6.4 -bin.zip
3
+ wget -O gradle.zip http ://services.gradle.org/distributions/gradle-4.10.2 -bin.zip
4
4
unzip gradle.zip
5
5
rm gradle.zip
6
- ln -s " $HOME /gradle-6.4 /bin/gradle" /sbin/gradle
6
+ ln -s " $HOME /gradle-4.10.2 /bin/gradle" /sbin/gradle
You can’t perform that action at this time.
0 commit comments