generated from gCubeCI/Pipeline-Docker-Template
Install wget into the image.
This commit is contained in:
parent
3ea0e38209
commit
b455495a27
|
@ -1,7 +1,9 @@
|
|||
FROM openjdk:17
|
||||
|
||||
RUN mkdir -p /opt/shinyproxy
|
||||
RUN wget https://shinyproxy.io/downloads/shinyproxy-3.1.0.jar -O /opt/shinyproxy/shinyproxy.jar
|
||||
RUN apt-get update --yes && \
|
||||
apt-get install --yes --no-install-recommends \
|
||||
wget && wget https://shinyproxy.io/downloads/shinyproxy-3.1.0.jar -O /opt/shinyproxy/shinyproxy.jar
|
||||
|
||||
WORKDIR /opt/shinyproxy
|
||||
CMD ["java", "-jar", "/opt/shinyproxy/shinyproxy.jar"]
|
||||
|
|
Loading…
Reference in New Issue