Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 25, 2023
1 parent 4cb3a37 commit 5df804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubt/Dockerfile.deb12
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ RUN rm -rf /rootfs; mkdir -p /rootfs${TARGETPATH}/bin /rootfs${TARGETPATH}/share
#\cp -a /tmp/xdpyprobe/xdpyprobe /rootfs${TARGETPATH}/bin/; \
\cp -a /tmp/logs /rootfs/; \
\
mkdir -p /rootfs/usr/local/st; cp /usr/local/st/* /rootfs/usr/local/st/;
mkdir -p /rootfs/usr/local/st; \cp -a /usr/local/st/* /rootfs/usr/local/st/;

# validate
RUN du -sh /rootfs; \
Expand Down

0 comments on commit 5df804e

Please sign in to comment.