aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2023-03-24 18:11:09 +0100
committerselsta <selsta@sent.at>2023-03-24 18:11:09 +0100
commitcd1eab45d0f1a43a53db950bfa0ef9f7e2005f1b (patch)
treee2675b14aef0af45382368db6649e4c807fb9c9e /Dockerfile.linux
parent710e3f694817b6db48092702ca061228e44a67cb (diff)
downloadmonzero-gui-cd1eab45d0f1a43a53db950bfa0ef9f7e2005f1b.tar.gz
monzero-gui-cd1eab45d0f1a43a53db950bfa0ef9f7e2005f1b.tar.xz
monzero-gui-cd1eab45d0f1a43a53db950bfa0ef9f7e2005f1b.zip
docker: remove duplicate library
Diffstat (limited to 'Dockerfile.linux')
-rw-r--r--Dockerfile.linux9
1 files changed, 0 insertions, 9 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 6389584d..5ee64c07 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -130,15 +130,6 @@ RUN git clone -b VER-2-10-2 --depth 1 https://git.savannah.gnu.org/git/freetype/
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b R_2_2_9 --depth 1 https://github.com/libexpat/libexpat && \
- cd libexpat/expat && \
- git reset --hard a7bc26b69768f7fb24f0c7976fae24b157b85b13 && \
- ./buildconf.sh && \
- ./configure --disable-shared --enable-static && \
- make -j$THREADS && \
- make -j$THREADS install && \
- rm -rf $(pwd)
-
RUN git clone -b 2.13.92 --depth 1 https://gitlab.freedesktop.org/fontconfig/fontconfig && \
cd fontconfig && \
git reset --hard b1df1101a643ae16cdfa1d83b939de2497b1bf27 && \