fixed bug in Dockerfile
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -8,7 +8,8 @@ RUN ./gradlew build
|
||||
RUN mv *app/build/distributions/*.zip /occ.zip
|
||||
|
||||
FROM alpine
|
||||
RUN apk update apk add bash openjdk21-jre
|
||||
RUN apk update
|
||||
RUN apk add bash openjdk21-jre
|
||||
COPY --from=build /occ.zip /opt/occ.zip
|
||||
RUN cd /opt && unzip occ.zip && mv de.srsoftware.cal.app occ && rm *.zip
|
||||
WORKDIR /opt/occ
|
||||
|
||||
Reference in New Issue
Block a user