From e99b05055fc77832eb9cb6079930166adb5ab819 Mon Sep 17 00:00:00 2001 From: Jeremiah Snapp Date: Fri, 4 Mar 2022 01:19:00 -0500 Subject: [PATCH] Revert "Use smaller docker image" This reverts commit ea9ff306ec154e6372454ae69048e75ad361397b. We deployed new AMIs to the buildkite queues that run the verify pipeline and unfortunately they have an issue that is preventing us from using the ubuntu:18.04 docker image. We have a fix ready but we need some time to resolve some deployment issues so in the meantime we are going to use chefes/releng-base again. Signed-off-by: Jeremiah Snapp --- Dockerfile | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Dockerfile b/Dockerfile index d72f8739e..29832e29d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,21 +1,3 @@ -FROM ubuntu:18.04 - -RUN apt-get update -y -q && apt-get install -y \ - autoconf \ - binutils \ - binutils-doc \ - bison \ - build-essential \ - curl \ - devscripts \ - dpkg-dev \ - fakeroot \ - flex \ - gettext \ - gnupg \ - ncurses-dev \ - ncurses-dev \ - wget \ - zlib1g-dev +FROM chefes/releng-base RUN curl -L https://omnitruck.chef.io/install.sh | bash -s -- -P omnibus-toolchain