Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Bernon <rbernon@codeweavers.com>2022-05-30 17:05:22 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-06-01 17:30:23 +0300
commitbaacaa656e80cdabe09cca5b7fe974b9a9e4b4df (patch)
tree58eff0e7995f46481bdffc4a2d639b72a3729cc0
parent0469ead84b479cf83c54594e540f9893bd6829f2 (diff)
docker: Add autoconf-archive dependency.
For OpenFST.
-rw-r--r--docker/proton.Dockerfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/proton.Dockerfile.in b/docker/proton.Dockerfile.in
index 2caa9a89..bac3d812 100644
--- a/docker/proton.Dockerfile.in
+++ b/docker/proton.Dockerfile.in
@@ -52,6 +52,7 @@ RUN bash -c 'mkdir -p /usr/lib/ccache && ls /usr/bin/{,*-}{cc,c++,gcc,g++}{,-[0-
ENV PATH=/usr/lib/ccache:$PATH
RUN apt-get install -y \
+ autoconf-archive \
fontforge \
fonttools \
libxpresent-dev \