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
debian:stable-slim has apparently changed since this was last updated, so it won't build. You get errors like 2.949 E: Package 'openjdk-11-jre' has no installation candidate. Changing the first line to:
FROM debian:11-slim
fixed it for me.
The text was updated successfully, but these errors were encountered:
debian:stable-slim
has apparently changed since this was last updated, so it won't build. You get errors like2.949 E: Package 'openjdk-11-jre' has no installation candidate
. Changing the first line to:fixed it for me.
The text was updated successfully, but these errors were encountered: