-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recent upgrade removes apt-get #875
Comments
It seems they already decided to move to "oracle" variants by default. (see here) Quoting from the link above, the rationale for this decision were:
|
I will try with the debian variant. If that works, I will close the ticket. |
@magnusbarata, |
We have been building an image based on mysql:5.7, where we pull in git, python 3.9 and the AWS commandline.
Since the update of 05/07/2022 (docker-library/official-images#12743), when we launch our docker file we get
Status: Downloaded newer image for mysql:5.7 ---> 34e82e623818 Step 2/14 : RUN apt-get update && apt-get upgrade -y && apt-get install -y python-pip python-dev build-essential git ---> Running in b21557a71b92 /bin/sh: apt-get: command not found
Creating a local docker based on mysql:5.7 we find that apt-get does not exist in /usr/bin or /usr/local/bin
The text was updated successfully, but these errors were encountered: