Compare commits

..

No commits in common. "7cf9e40687b0771a4fff6653bf191fe169d3c8e5" and "94a6376b29deae60209797f47d377515ca1504c7" have entirely different histories.

2 changed files with 13 additions and 13 deletions

View File

@ -1,23 +1,23 @@
FROM alpine:3.21.0 FROM alpine:3.20.3
RUN apk add --no-cache \ RUN apk add --no-cache \
make=4.4.1-r2 \ make=4.4.1-r2 \
graphviz=12.2.0-r0 \ graphviz=9.0.0-r2 \
texlive-xetex=20240210.69778-r8 \ texlive-xetex=20240210.69778-r4 \
texmf-dist-langfrench=2024.0-r6 \ texmf-dist-langfrench=2024.0-r5 \
texmf-dist-latexextra=2024.0-r6 \ texmf-dist-latexextra=2024.0-r5 \
texmf-dist-bibtexextra=2024.0-r6 \ texmf-dist-bibtexextra=2024.0-r5 \
texmf-dist-mathscience=2024.0-r6 \ texmf-dist-mathscience=2024.0-r5 \
texmf-dist-publishers=2024.0-r6 \ texmf-dist-publishers=2024.0-r5 \
&& rm -rf /var/cache/apk/* && rm -rfv /var/cache/apk/*
ARG UID=1000 ARG UID=1000
ARG GID=1000 ARG GID=1000
RUN adduser -D -u "${UID}" -g "${GID}" saundersp RUN adduser -D -u "${UID}" -g "${GID}" notebook
USER saundersp WORKDIR /home/notebook
WORKDIR /home/saundersp/notebook USER notebook
ENTRYPOINT ["make"] ENTRYPOINT ["make"]

View File

@ -8,4 +8,4 @@ services:
pull_policy: never pull_policy: never
user: ${UID:-1000}:${GID:-1000} user: ${UID:-1000}:${GID:-1000}
volumes: volumes:
- ./:/home/saundersp/notebook/ - ./:/home/notebook/