Compare commits
No commits in common. "7cf9e40687b0771a4fff6653bf191fe169d3c8e5" and "94a6376b29deae60209797f47d377515ca1504c7" have entirely different histories.
7cf9e40687
...
94a6376b29
24
Dockerfile
24
Dockerfile
@ -1,23 +1,23 @@
|
||||
FROM alpine:3.21.0
|
||||
FROM alpine:3.20.3
|
||||
|
||||
RUN apk add --no-cache \
|
||||
make=4.4.1-r2 \
|
||||
graphviz=12.2.0-r0 \
|
||||
texlive-xetex=20240210.69778-r8 \
|
||||
texmf-dist-langfrench=2024.0-r6 \
|
||||
texmf-dist-latexextra=2024.0-r6 \
|
||||
texmf-dist-bibtexextra=2024.0-r6 \
|
||||
texmf-dist-mathscience=2024.0-r6 \
|
||||
texmf-dist-publishers=2024.0-r6 \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
graphviz=9.0.0-r2 \
|
||||
texlive-xetex=20240210.69778-r4 \
|
||||
texmf-dist-langfrench=2024.0-r5 \
|
||||
texmf-dist-latexextra=2024.0-r5 \
|
||||
texmf-dist-bibtexextra=2024.0-r5 \
|
||||
texmf-dist-mathscience=2024.0-r5 \
|
||||
texmf-dist-publishers=2024.0-r5 \
|
||||
&& rm -rfv /var/cache/apk/*
|
||||
|
||||
ARG UID=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"]
|
||||
|
@ -8,4 +8,4 @@ services:
|
||||
pull_policy: never
|
||||
user: ${UID:-1000}:${GID:-1000}
|
||||
volumes:
|
||||
- ./:/home/saundersp/notebook/
|
||||
- ./:/home/notebook/
|
||||
|
Loading…
x
Reference in New Issue
Block a user