Merge pull request #377 from jmwright/main

Added libglew 2.1 to Dockerfile install line
This commit was merged in pull request #377.
This commit is contained in:
Kurt Hutten
2021-06-25 08:43:37 +10:00
committed by GitHub

View File

@@ -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