view Dockerfile @ 2:79160beab2a4 draft

planemo upload for repository https://github.com/afgane/gcp_batch_netcat
author enis
date Tue, 15 Jul 2025 21:10:05 +0000
parents 7852c0efafd7
children 0ea626b10557
line wrap: on
line source

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"]