mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-20 19:30:41 -05:00
fix
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ WORKDIR /custom-packages/libxml2
|
||||
RUN git clone https://gitlab.gnome.org/GNOME/libxml2.git . && \
|
||||
git checkout v2.14.1 && \
|
||||
./autogen.sh --prefix=/usr && \
|
||||
./configure --prefix=/usr && \
|
||||
./configure --prefix=/usr --without-python && \
|
||||
make -j$(nproc) && \
|
||||
make install DESTDIR=/built-libs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user