Adding upstream version 0.24.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0b53ff4373
commit
fbd716708c
11 changed files with 955 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM python:3.10-alpine
|
||||
|
||||
RUN set -eux; \
|
||||
apk add --no-cache \
|
||||
git \
|
||||
git-lfs \
|
||||
gpg \
|
||||
alpine-sdk \
|
||||
bash \
|
||||
libffi-dev \
|
||||
; \
|
||||
git lfs install;
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue