Skip to content

Commit 3f3ef86

Browse files
committed
Update Dockerfile to change CMD instruction for x509_updater.py
1 parent 9b8496b commit 3f3ef86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x509_secrets/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ RUN echo "Timestamp:" `date --utc` | tee /image-build-info.txt
2828

2929
ENV X509_USER_PROXY /tmp/x509up
3030

31-
CMD sh -c "python3 x509_updater.py --voms $VOMS"
31+
# CMD sh -c "python3 x509_updater.py --voms $VOMS"
32+
CMD ["python"]

0 commit comments

Comments
 (0)