Skip to content

Recent upgrade removes apt-get #875

Closed
@ifmason2

Description

@ifmason2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions