parent
d413ca4758
commit
c6ccc49c54
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM node:16-alpine
|
|||
ADD aptly-publish /bin/
|
||||
RUN chmod +x /bin/aptly-publish
|
||||
RUN apk -Uuv add python3 py3-requests py3-urllib3 py3-pip py3-debian py3-chardet bash
|
||||
ENTRYPOINT /bin/aptly-publish
|
||||
ENTRYPOINT ["/bin/aptly-publish"]
|
||||
|
|
Loading…
Add table
Reference in a new issue