sha256:4dc1f9724d180200cf5763d96d74630b7edd4ee97b5f21aaa1645b1183fb4347
OS/ARCH
linux/amd64
Compressed size
89.41 MB
Last pushed
about 1 month by davidbgk
Type
Image
Manifest digest
sha256:4dc1f9724d180200cf5763d96d74630b7edd4ee97b5f21aaa1645b1183fb4347
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
174 B
25
RUN /bin/sh -c pip install
585.82 KB
26
COPY --chown=styloexport:styloexport Makefile setup.* .
1.6 KB
27
COPY --chown=styloexport:styloexport styloexport ./styloexport #
88.8 KB
28
COPY --chown=styloexport:styloexport templates ./templates #
603.06 KB
29
COPY --chown=styloexport:styloexport styles ./styles #
368.89 KB
30
COPY --chown=pandocapi:pandocapi README.md ./README.md #
2.42 KB
31
COPY --chown=pandocapi:pandocapi pyproject.toml ./pyproject.toml #
896 B
32
RUN /bin/sh -c make install
12.56 MB
33
COPY --chown=styloexport:styloexport .envdocker ./.env #
236 B
34
EXPOSE map[8001/tcp:{}]
0 B
35
CMD ["make" "production"]
0 B
Command
ADD file:2818e508d01da2188fb234b38fb19aa1ea9eeeae92d361ecdf49318d949f51a9 in /