generated from oci/template
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 1m20s
6 lines
219 B
Docker
6 lines
219 B
Docker
FROM eclipse-temurin:17-jammy
|
|
RUN apt update && apt-get install -y emacs-nox net-tools netcat vim nmon python3-lxml unzip curl
|
|
|
|
COPY scripts/ /opt/scripts/
|
|
|
|
ENTRYPOINT ["/bin/bash", "/opt/scripts/docker_entrypoint.sh"]
|