From dc18c286684e9298c666c9c733fd266217c9cda2 Mon Sep 17 00:00:00 2001 From: Briffou Date: Thu, 22 Apr 2021 15:59:31 +0200 Subject: [PATCH] Replace bdstar by libarchive-tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 048872b..007d6be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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