Add new python dependency
This commit is contained in:
parent
e676b22a71
commit
12473a216f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN \
|
|||
gperf itstool ragel libc6-dev libssl-dev \
|
||||
gtk-doc-tools gobject-introspection gawk \
|
||||
ocaml ocamlbuild libnum-ocaml-dev indent p7zip-full \
|
||||
python3-distutils python3-jinja2 python3-apt python-is-python3 && \
|
||||
python3-distutils python3-jinja2 python3-jsonschema python3-apt python-is-python3 && \
|
||||
apt-get -y clean && \
|
||||
git config --global user.email "builder@localhost" && \
|
||||
git config --global user.name "Builder" && \
|
||||
|
|
Loading…
Reference in a new issue