Skip to content

Commit c0b26f4

Browse files
committed
Include key in docker
1 parent eaa59d5 commit c0b26f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ RUN apt update
88
RUN apt install -y reprepro gpg python3 python3-git python3-gnupg expect
99

1010
COPY entrypoint.py /entrypoint.py
11+
COPY key.py /key.py
1112

1213
ENTRYPOINT ["python3","/entrypoint.py"]

0 commit comments

Comments
 (0)