update .gitee/Dockerfile.

This commit is contained in:
2022-04-26 05:02:00 +00:00
committed by Gitee
parent 280cd983cb
commit 63bc01c43d

View File

@@ -2,6 +2,6 @@ FROM shenmo7192/uos-21-dtk5.4:1.0
ADD . /root/workdir
WORKDIR /root/workdir
RUN dpkg-buildpackage
RUN mv *.deb /root
RUN mv /root/workdir/*.deb /root
RUN rm -rf /root/workdir
RUN mv /root/*.deb /root/workdir