Skip to content
Snippets Groups Projects
Commit 5b6cb96b authored by Philipp Stadler's avatar Philipp Stadler
Browse files

chore: initial commit

parents
No related branches found
No related tags found
No related merge requests found
FROM debian:12.4
RUN apt-get update && apt-get install -y \
faketime \
git \
make \
nodejs \
npm \
pipenv \
python3 \
python3-pip \
zip \
curl
RUN npm install --global \
yarn \
mudslide
COPY Pipfile Pipfile.lock /app/
RUN cd /app && pipenv install --system --deploy
COPY export_apkgs.py /app/export_apkgs.py
RUN echo "#!/bin/sh\n$(python-libfaketime)\n/app/export_apkgs.py \$@" > /bin/export_apkgs && chmod +x /bin/export_apkgs
Pipfile 0 → 100644
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
anki = "==24.6.2"
libfaketime = "==2.0.0"
pydantic = "==2.5.3"
pyyaml = "==6.0.1"
semver = "==3.0.2"
This diff is collapsed.
# Deck Build Image
Docker image used in the CI of the various Anki packages to combine data and
HTML into Anki packages.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment