sha256:1a193e465491ac183c4fde079d3ace5bc984959f4e5faf689080afea3a9e5ad5
OS/ARCH
linux/amd64
Compressed size
89.43 MB
Last pushed
19 days by davidbgk
Type
Image
Manifest digest
sha256:1a193e465491ac183c4fde079d3ace5bc984959f4e5faf689080afea3a9e5ad5
Image Layers
1
ADD file ... in /
25.88 MB
2
CMD ["bash"]
0 B
3
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
4
ENV LANG=C.UTF-8
0 B
5
RUN /bin/sh -c set -eux;
2.65 MB
6
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
0 B
7
ENV PYTHON_VERSION=3.11.4
0 B
8
RUN /bin/sh -c set -eux;
11.44 MB
9
RUN /bin/sh -c set -eux;
244 B
10
ENV PYTHON_PIP_VERSION=23.1.2
0 B
11
ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
0 B
12
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py
0 B
13
ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207
0 B
14
RUN /bin/sh -c set -eux;
3.22 MB
15
CMD ["python3"]
0 B
16
RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive
25.07 MB
17
RUN /bin/sh -c addgroup --uid
656 B
18
RUN /bin/sh -c adduser --disabled-login
4 KB
19
USER styloexport:styloexport
0 B
20
WORKDIR /usr/stylo-export
129 B
21
ENV VIRTUAL_ENV=/usr/stylo-export/venv
0 B
22
RUN /bin/sh -c python -m
6.97 MB
23
ENV PATH=/usr/stylo-export/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
24
RUN /bin/sh -c mkdir ./static
176 B
25
RUN /bin/sh -c pip install
586.59 KB
26
COPY --chown=styloexport:styloexport Makefile setup.* .
1.61 KB
27
COPY --chown=styloexport:styloexport styloexport ./styloexport #
89.5 KB
28
COPY --chown=styloexport:styloexport templates ./templates #
614.65 KB
29
COPY --chown=styloexport:styloexport styles ./styles #
368.89 KB
30
COPY --chown=pandocapi:pandocapi README.md ./README.md #
2.48 KB
31
COPY --chown=pandocapi:pandocapi pyproject.toml ./pyproject.toml #
893 B
32
RUN /bin/sh -c make install
12.57 MB
33
COPY --chown=styloexport:styloexport .envdocker ./.env #
234 B
34
EXPOSE map[8001/tcp:{}]
0 B
35
CMD ["make" "production"]
0 B
Command
ADD file:2818e508d01da2188fb234b38fb19aa1ea9eeeae92d361ecdf49318d949f51a9 in /