diff Dockerfile @ 0:7852c0efafd7 draft

planemo upload for repository https://github.com/afgane/gcp_batch_netcat
author enis
date Mon, 14 Jul 2025 21:12:06 +0000
parents
children 0ea626b10557
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile	Mon Jul 14 21:12:06 2025 +0000
@@ -0,0 +1,8 @@
+FROM google/cloud-sdk:latest
+
+RUN apt-get update && apt-get install -y python3 netcat-openbsd
+
+COPY gcp_batch_netcat.py /usr/bin/
+COPY gcp_batch_netcat.xml /usr/bin/
+
+ENTRYPOINT ["python3", "/usr/bin/gcp_batch_netcat.py"]