init commit

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2022-11-08 10:04:21 +08:00
commit 92983fc674
3 changed files with 59 additions and 0 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND noniteractive
RUN apt-get -qq update && apt-get -qq -y --no-install-recommends install \
automake \
autoconf \
build-essential \
cmake \
debhelper \
devscripts