add pandoc to Jenkins agent Dockerfile
This commit is contained in:
parent
922ff2e27f
commit
e554f96b14
@ -1,10 +1,6 @@
|
|||||||
FROM eclipse-temurin:21-jdk
|
FROM eclipse-temurin:21-jdk
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y bind9-utils && \
|
apt-get install -y bind9-utils pandoc && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
# RUN mkdir /opt/app
|
|
||||||
# COPY japp.jar /opt
|
|
||||||
# CMD ["java", "-jar", "/opt/app/japp.jar"]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user