mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 08:11:47 -05:00
clean dockerfile
This commit is contained in:
parent
89b3f16304
commit
adc8ec68a6
1 changed files with 1 additions and 1 deletions
|
@ -67,9 +67,9 @@ ENV PKG_CONFIG_LIBDIR="${PREFIX}/usr/lib64/pkgconfig"
|
|||
ENV PKG_CONFIG_SYSROOT_DIR=${PREFIX}
|
||||
|
||||
# HACK: Helps prevent subsequent builds from trying to link with the system libraries
|
||||
RUN dnf -y remove glibc-devel zlib-devel libjpeg-devel libpng-devel
|
||||
RUN dnf -y install pkg-config
|
||||
|
||||
ENV LD_LIBRARY_PATH=${PREFIX}/usr/lib64
|
||||
RUN cd qt6 \
|
||||
&& mkdir qt6-build \
|
||||
&& cd qt6-build \
|
||||
|
|
Loading…
Reference in a new issue