Skip to content

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

Open
benseddikismail wants to merge 1 commit into
DominicBreuker:masterfrom
benseddikismail:ismail-dockerfile-update
Open

Update Dockerfile to Address Outdated Base Image and Dependency Issues#32
benseddikismail wants to merge 1 commit into
DominicBreuker:masterfrom
benseddikismail:ismail-dockerfile-update

Conversation

@benseddikismail

Copy link
Copy Markdown
  • 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.

@iBotPeaches iBotPeaches left a comment

Copy link
Copy Markdown

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