fixes for poppler.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
FROM 679918342773.dkr.ecr.us-east-1.amazonaws.com/jre-alpine:latest
|
FROM 679918342773.dkr.ecr.us-east-1.amazonaws.com/jre-alpine:latest
|
||||||
RUN apk update
|
RUN apt update
|
||||||
RUN apk add poppler
|
RUN apt install poppler-utils
|
||||||
RUN apk add poppler-utils
|
|
||||||
COPY target/auto-ap.jar /usr/local/
|
COPY target/auto-ap.jar /usr/local/
|
||||||
COPY config /usr/local/config/
|
COPY config /usr/local/config/
|
||||||
CMD java -Dlogback.configurationFile=logback-prod.xml -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.rmi.port=9090 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.local.only=false -jar /usr/local/auto-ap.jar
|
CMD java -Dlogback.configurationFile=logback-prod.xml -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.rmi.port=9090 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.local.only=false -jar /usr/local/auto-ap.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user