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 eaa59d5 commit c0b26f4Copy full SHA for c0b26f4
Dockerfile
@@ -8,5 +8,6 @@ RUN apt update
8
RUN apt install -y reprepro gpg python3 python3-git python3-gnupg expect
9
10
COPY entrypoint.py /entrypoint.py
11
+COPY key.py /key.py
12
13
ENTRYPOINT ["python3","/entrypoint.py"]
0 commit comments