Debian 9 (stretch) comes with Python 3.5 by default and End of Life is going to be on 30th June 2022, let's update it to Debian 10 (buster). Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 lines
235 B
Text
6 lines
235 B
Text
# Build/update the docker image
|
|
|
|
docker pull debian:10
|
|
docker build --rm -t docker.io/openwrtorg/packages-cci:latest .
|
|
docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG>
|
|
docker push docker.io/openwrtorg/packages-cci
|