You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to use the VERSION arg it seems like any other version but the latest of chromium cannot be found.
I do not know if it's something to do with the apt-get script or with the FROM ubuntu:bionic.
reproduce:
clone the repo docker build . -t potato:99 --build-arg VERSION=99
⬇️ Version '99*' for 'chromium-browser' was not found
maybe there is a way to make it work?
thanks ⭐️
The text was updated successfully, but these errors were encountered:
when trying to use the VERSION arg it seems like any other version but the latest of chromium cannot be found.
I do not know if it's something to do with the
apt-get
script or with theFROM ubuntu:bionic
.reproduce:
clone the repo
docker build . -t potato:99 --build-arg VERSION=99
⬇️
Version '99*' for 'chromium-browser' was not found
maybe there is a way to make it work?
thanks ⭐️
The text was updated successfully, but these errors were encountered: