.devcontainer, use python3 instead of python

- see also: c3a27f6d17
This commit is contained in:
Martin Filser 2022-01-26 08:56:17 +01:00 committed by Denis Perov
parent 3eb72c6c48
commit 815e2db0ae

View file

@ -1,7 +1,7 @@
FROM ubuntu:rolling
LABEL maintainer="sgr"
ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python git ca-certificates iproute2"
ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python3 git ca-certificates iproute2"
ENV DEBIAN_FRONTEND=noninteractive
ENV \