Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels