Mercurial > repos > enis > gcp_batch_netcat
diff Dockerfile @ 9:3fd12035e6c9 draft
planemo upload for repository https://github.com/afgane/gcp_batch_netcat commit 4194f0defc4bebd6c95c76b58860c9ae6b9d1899-dirty
author | enis |
---|---|
date | Sun, 10 Aug 2025 21:32:04 +0000 |
parents | b2ce158b4f22 |
children |
line wrap: on
line diff
--- a/Dockerfile Thu Jul 24 23:01:40 2025 +0000 +++ b/Dockerfile Sun Aug 10 21:32:04 2025 +0000 @@ -16,6 +16,7 @@ tcpdump \ nmap \ vim \ + nfs-common \ && rm -rf /var/lib/apt/lists/* RUN pip3 install --break-system-packages google-cloud-batch @@ -26,4 +27,5 @@ RUN echo "alias ll='ls -l'" >> /home/galaxy/.bashrc && \ chown galaxy:galaxy /home/galaxy/.bashrc -USER galaxy +# Note: Running as root to allow NFS mounting operations +# USER galaxy