From 3cebb100c70b86de1d869e25c156e1e63c95c192 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 24 Jun 2021 17:35:07 -0400 Subject: [PATCH] Added libglew 2.1 to Dockerfile install line --- app/api/src/docker/cadquery/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/src/docker/cadquery/Dockerfile b/app/api/src/docker/cadquery/Dockerfile index 015698a..c1ebd13 100644 --- a/app/api/src/docker/cadquery/Dockerfile +++ b/app/api/src/docker/cadquery/Dockerfile @@ -3,7 +3,7 @@ FROM public.ecr.aws/lts/ubuntu:20.04_stable ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update -qq -RUN apt-get -y -qq install software-properties-common dirmngr apt-transport-https lsb-release ca-certificates xvfb +RUN apt-get -y -qq install software-properties-common dirmngr apt-transport-https lsb-release ca-certificates xvfb libglew2.1 RUN apt-get update -qq RUN apt-get install -y wget