We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8496b commit 3f3ef86Copy full SHA for 3f3ef86
x509_secrets/Dockerfile
@@ -28,4 +28,5 @@ RUN echo "Timestamp:" `date --utc` | tee /image-build-info.txt
28
29
ENV X509_USER_PROXY /tmp/x509up
30
31
-CMD sh -c "python3 x509_updater.py --voms $VOMS"
+# CMD sh -c "python3 x509_updater.py --voms $VOMS"
32
+CMD ["python"]
0 commit comments