aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-03-27 10:25:47 -0400
committerluigi1111 <luigi1111w@gmail.com>2023-03-27 10:25:47 -0400
commit3e80d563dfc63ca27dcb378633e0b85c6a409d77 (patch)
treea1a9af3dbf278aaa9ff193d4deac1dabef5aa4c5
parente4bdff0a0c6f90aa180f2f2f7be0039147d792db (diff)
parentcd1eab45d0f1a43a53db950bfa0ef9f7e2005f1b (diff)
downloadmonzero-gui-3e80d563dfc63ca27dcb378633e0b85c6a409d77.tar.gz
monzero-gui-3e80d563dfc63ca27dcb378633e0b85c6a409d77.tar.xz
monzero-gui-3e80d563dfc63ca27dcb378633e0b85c6a409d77.zip
Merge pull request #4135
cd1eab4 docker: remove duplicate library (selsta)
-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 && \