mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 08:25:53 +03:00
[GH-ISSUE #525] Base64 issue in docker image with latest Dockerfile #310
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#310
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @5he1n on GitHub (Aug 13, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/525
Due to usage of phusion/baseimage:jammy-1.0.0 for Dockerfile (de-facto Ubuntu 22.04) - default python version is 3.10 which causes problems for SSH key addition in profile page:
In base64 module decodestring & encodestring functions are available for python < 3.9.
@catborise commented on GitHub (Aug 22, 2022):
i convert decodestring to decodebytes because of depreciation. it should be worked. i tested. it is working.