Skip to content
Snippets Groups Projects
Commit a0ea913a authored by nimrod's avatar nimrod
Browse files

Update to Debian Buste (newer texlive).

parent 6e4581c7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ RUN apk --update add git && \
rm -rf /var/cache/apk/* && \
/usr/local/go/bin/go get github.com/spelufo/on-change
FROM debian:stretch-slim
FROM debian:buster-slim
COPY --from=on-change /go/bin/on-change /usr/local/bin
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment