mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Use ubuntu 20 in compile_native_wheels.sh
This commit is contained in:
parent
c33090781b
commit
e12d4c95da
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ for SNAP_ARCH in ${TARGET_ARCHS}; do
|
|||
-v "${DIR}/qemu-${QEMU_ARCH}-static:/usr/bin/qemu-${QEMU_ARCH}-static" \
|
||||
-v "${DIR}:/workspace" \
|
||||
-w "/workspace" \
|
||||
"${DOCKER_ARCH}/ubuntu:18.04" \
|
||||
"${DOCKER_ARCH}/ubuntu:20.04" \
|
||||
sh -c "\
|
||||
apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3 python3-venv python3-dev libffi-dev libssl-dev gcc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue