Skip to content

Conversation

quicAspratap
Copy link

Add required dependencies for Debian package build. Add setting in sources.list for downloading new packages. Install the packages:
debhelper-compat libdw-dev:amd64 libelf-dev:amd64 libssl-dev:arm64.

Dockerfile Outdated

RUN printf "Types: deb\nURIs: http://archive.ubuntu.com/ubuntu/\nSuites: noble noble-updates noble-security\nComponents: main restricted universe multiverse\nArchitectures: amd64\n\n" > /etc/apt/sources.list.d/base-amd64.sources && \
printf "Types: deb\nURIs: http://ports.ubuntu.com/ubuntu-ports/\nSuites: noble noble-updates noble-security\nComponents: main restricted universe multiverse\nArchitectures: arm64\n\n" > /etc/apt/sources.list.d/ports-arm64.sources

Copy link
Contributor

@Komal-Bajaj Komal-Bajaj Oct 7, 2025

Choose a reason for hiding this comment

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

Please append all commands into one RUN statement

Copy link
Author

Choose a reason for hiding this comment

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

Done. thanks.

Add required dependencies for Debian package build.
Add setting in sources.list for downloading new packages.
Install the packages:
debhelper-compat libdw-dev:amd64 libelf-dev:amd64 libssl-dev:arm64.

Signed-off-by: Shivendra Pratap <[email protected]>
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.

3 participants