mirror of
https://github.com/JoelGMSec/EvilnoVNC.git
synced 2026-04-25 17:15:49 +03:00
[GH-ISSUE #41] Docker Build Fails #32
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EvilnoVNC-JoelGMSec#32
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 @goughy12 on GitHub (Feb 23, 2025).
Original GitHub issue: https://github.com/JoelGMSec/EvilnoVNC/issues/41
Description
The
Dockerfileuses thedebian:sid-slimbase image, which causes the build to fail. Changing the base image todebian:stable-slimresolves the issue and allows the build to complete successfully.Steps to Reproduce
Proposed Fix
Update the
Dockerfileto use thedebian:stable-slimbase image:@JoelGMSec commented on GitHub (Mar 4, 2025):
Solved :)