update .gitee/Dockerfile.

This commit is contained in:
shenmo 2022-04-25 11:00:44 +00:00 committed by Gitee
parent 80284b22cb
commit ce1de9c367
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,2 +1,4 @@
FROM python:3 FROM uos-21-dtk5.4:1.0
RUN pip3 install requests ADD . /root/workdir
WORKDIR /root/workdir
RUN dpkg-buildpackage