pnorcross / anki-desktop-docker

9 stars 2 forks source link

Building Dockerfile Image #1

Open MagicJF opened 1 year ago

MagicJF commented 1 year ago

Is the image: "pnorcross/anki-desktop:latest" the same as the one created with the instructions of the Dockerfile?

If I do "docker compose up" with your pre made image it works fine, however if I do try to build the image from the Dockerfile I do get this:

image

LukasWestholt commented 3 months ago

You can fix this by replacing the line FROM lsiobase/rdesktop-web:focal to FROM lsiobase/rdesktop-web:focal-1.1.2-ls83. Because the image pnorcross/anki-desktop:latest has this based image used.