Revert bullseye, fix jinja2.
This commit is contained in:
parent
d62cd86ea7
commit
77fab9bfe9
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bullseye
|
||||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
#
|
||||
PKG_NAME="jinja2"
|
||||
PKG_VERSION="3.1.2"
|
||||
PKG_VERSION="b08cd4b" # 3.1.2
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://pypi.org/project/Jinja2/"
|
||||
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/pallets/jinja.git"
|
||||
PKG_DEPENDS_HOST="Python3:host setuptools:host MarkupSafe:host"
|
||||
PKG_LONGDESC="Jinja is a fast, expressive, extensible templating engine."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
|
Loading…
Reference in a new issue