Skip to content

Commit

Permalink
notes err
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 7, 2023
1 parent 15ff6b4 commit f7be05d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7be05d

Please sign in to comment.