Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile to Address Outdated Base Image and Dependency Issues #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benseddikismail
Copy link

  • The Dockerfile required an update to address critical issues impacting functionality and compatibility.
  • The base image, debian:stretch-20170907, was outdated, leading to potential security vulnerabilities and compatibility problems; it was replaced with a more recent, supported version.
  • Many dependencies specified in the original Dockerfile were either outdated or unavailable, causing installation errors during the build process. These dependencies were updated or replaced with modern equivalents to ensure compatibility and smooth execution.
  • Enhancements were made to streamline the build process, including optimizing package installation commands and reducing unnecessary layers.

Copy link

@iBotPeaches iBotPeaches left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks vnc usage (and maybe more things) due to the loss of vncpasswd. You can replicate by calling start_vnc.sh in the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants