Update Dockerfile.build

This commit is contained in:
Halilović Adis 2021-07-13 17:35:00 +02:00 committed by GitHub
parent ed4de7150a
commit b518fc22f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
FROM openjdk:8-jdk-alpine
WORKDIR /build
CMD [ "./build.sh" ]
RUN apk add bash
COPY build.sh .