1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-04 11:24:56 +00:00

Replace bdstar by libarchive-tools

This commit is contained in:
Thomas Briffard 2021-04-22 15:59:31 +02:00 committed by GitHub
parent 33fcee9e5b
commit dc18c28668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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