Skip to content

Commit 03c6276

Browse files
committed
add working Dockerfile
1 parent c677f3e commit 03c6276

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)