Skip to content

Fixed Dockerfile. - #1882

Open
Zeri-Ai wants to merge 4 commits into
zeldaret:mainfrom
Zeri-Ai:main
Open

Fixed Dockerfile.#1882
Zeri-Ai wants to merge 4 commits into
zeldaret:mainfrom
Zeri-Ai:main

Conversation

@Zeri-Ai

@Zeri-Ai Zeri-Ai commented Jun 5, 2026

Copy link
Copy Markdown

Dockerfile updated per the file on https://practicerom.com/public/packages/debian/howto.txt and Debian/Ubuntu's apt-key command being deprecated.

Dockerfile updated per the file on https://practicerom.com/public/packages/debian/howto.txt
and Debian/Ubuntu's apt-key command being deprecated.
Comment thread Dockerfile Outdated
Comment thread Dockerfile Outdated
Comment on lines +29 to +31
RUN curl -O https://practicerom.com/public/packages/debian/dists/stable/practicerom-repository_latest_$(dpkg --print-architecture).deb && \
dpkg -i practicerom-repository_latest_$(dpkg --print-architecture).deb && \
apt update

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This needs to back up before the Install Required Dependencies.
Basically all you need to do is replace the

curl -o /usr/share/keyrings/practicerom-archive-keyring.gpg https://practicerom.com/public/packages/debian/practicerom-archive-keyring.gpg && \
    echo 'deb [arch=all,amd64 signed-by=/usr/share/keyrings/practicerom-archive-keyring.gpg] http://practicerom.com/public/packages/debian unstable main' > /etc/apt/sources.list.d/practicerom.list

with the new

curl -O https://practicerom.com/public/packages/debian/dists/stable/practicerom-repository_latest_$(dpkg --print-architecture).deb && \
dpkg -i practicerom-repository_latest_$(dpkg --print-architecture).deb

You will still need to sudo apt install practicerom-dev like it was doing before.

Also could you add a comment with a link to the PracticeRom packages Readme for future reference of the instructions.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thank you for your guidance!
I modified the Dockerfile per your indications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants