1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-08-29 02:46:02 +00:00

Replace bdstar by libarchive-tools

This commit is contained in:
2021-04-22 15:59:31 +02:00
committed by GitHub
parent 33fcee9e5b
commit dc18c28668

View File

@@ -4,7 +4,7 @@ FROM phusion/baseimage:master
LABEL version="22 April 2021"
RUN apt-get update && apt-get install -y ghostscript xz-utils wget bsdtar perl && \
RUN apt-get update && apt-get install -y ghostscript xz-utils wget libarchive-tools perl && \
apt-get clean
WORKDIR /home/install-tl-unx