Sign inSign up

stenon/base_build_image

By stenon

Updated over 5 years ago

Image
0

2.2K

stenon/base_build_image repository overview

  • FROM ubuntu:20.04
  • RUN apt-get clean
  • RUN apt-get update
  • RUN apt-get -y dist-upgrade
  • ENV DEBIAN_FRONTEND=noninteractive
  • RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common gnupg2 pass
  • RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
  • RUN apt-key fingerprint 0EBFCD88
  • RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
  • RUN add-apt-repository ppa:deadsnakes/ppa
  • RUN apt-get update
  • RUN apt-get install -y python3.9 python3-pip python3-distutils docker-ce docker-ce-cli containerd.io zip jq
  • RUN pip3 install awscli pipenv

Tag summary

Content type

Image

Digest

Size

388.1 MB

Last updated

over 5 years ago

docker pull stenon/base_build_image