generated from oci/template
remove unessecary copy
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 1m20s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 1m20s
This commit is contained in:
parent
ddff2599cf
commit
b2a0663689
1 changed files with 0 additions and 5 deletions
|
@ -1,11 +1,6 @@
|
||||||
FROM eclipse-temurin:17-jammy
|
FROM eclipse-temurin:17-jammy
|
||||||
RUN apt update && apt-get install -y emacs-nox net-tools netcat vim nmon python3-lxml unzip curl
|
RUN apt update && apt-get install -y emacs-nox net-tools netcat vim nmon python3-lxml unzip curl
|
||||||
|
|
||||||
# Copy the TAK Server release file
|
|
||||||
COPY takserver-release/ /takserver-release/
|
|
||||||
COPY scripts/ /opt/scripts/
|
COPY scripts/ /opt/scripts/
|
||||||
|
|
||||||
# Create necessary directories
|
|
||||||
RUN mkdir -p /opt/tak/data/logs /opt/tak/data/certs
|
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/opt/scripts/docker_entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/opt/scripts/docker_entrypoint.sh"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue