Closed pataquets closed 3 years ago
Done, @swalladge.
I left python:3.8-buster
as base image, but it's working with python:3.8-bullseye
which is current Debian stable release. WDYT?
I can't voice for the Python version, thou (3.9 is latest).
Awesome, thanks @pataquets !
I left python:3.8-buster as base image ... WDYT?
Fine by me for now; nothing is too close to EOL yet. :)
@swalladge While customizing my image, I've found that Debian Buster does not provide the useful bat viewer whereas Bullseye does. Yesterday I dropped the link to bat in the wiki.
I'll send a PR soon, once I have mine working. Last chance to have your say about the Python version :wink:.
@pataquets
Last chance to have your say about the Python version
Haha sure if you'd like to update the python version, go for it. 3.9 should work fine; I use 3.9 locally for testing sncli already.
I use 3.9 too. It works fine.
From commit message:
ARG
to allow custom building. Update example.DEBIAN_FRONTEND
environment variable on 'apt-get' invocation.Test it locally by building simply doing:
Make sure to set the
EDITOR
environment variable (usingdocker run
's-e
switch) accordingly when launching a container.