Skip to content

Commit 068fab7

Browse files
committed
Restore CMD instruction for x509_updater.py in Dockerfile
1 parent 3f3ef86 commit 068fab7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x509_secrets/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ 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"
32-
CMD ["python"]
31+
CMD sh -c "python3 x509_updater.py --voms $VOMS"

0 commit comments

Comments
 (0)