Skip to content
Snippets Groups Projects

Resolve "Investigate GitLab-CI services don't reach each other"

2 files
+ 15
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,6 +7,9 @@ COPY ./artifacts/ssl/gosdn /app/ssl
COPY .gitlab/ci/start_controller.sh ./start_controller.sh
RUN chmod +x start_controller.sh
RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
ENTRYPOINT [ "./start_controller.sh" ]
#FROM debian:bookworm-slim
Loading