diff --git a/compile/build-alpine/Dockerfile b/compile/build-alpine/Dockerfile index c00de354..5fd8b670 100644 --- a/compile/build-alpine/Dockerfile +++ b/compile/build-alpine/Dockerfile @@ -140,9 +140,10 @@ RUN mkdir -p $TARGETPATH; \ # /tmp/openbox-install/usr/bin/obxprop # RUN upx /tmp/openbox-install/usr/bin/openbox # RUN upx /tmp/openbox-install/usr/bin/obxprop -RUN cp /tmp/openbox-install ${TARGETPATH}/; \ - cp /tmp/fontconfig-install ${TARGETPATH}/; \ - du -sh ${TARGETPATH}/* +# +# RUN cp /tmp/openbox-install ${TARGETPATH}/; \ +# cp /tmp/fontconfig-install ${TARGETPATH}/; \ +# du -sh ${TARGETPATH}/* # Build yad. # FROM infrastlabs/x11-base:builder AS yad