We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c677f3e + 03c6276 commit c71c7a6Copy full SHA for c71c7a6
1 file changed
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM python:3.9-buster
2
+RUN pip3 install pycrypto colorama
3
+ADD gpp-decrypt.py .
4
+ENTRYPOINT [ "python3", "gpp-decrypt.py" ]
0 commit comments