From dfbfb1e7365ee39b3e03f0d180affdb8c213816e Mon Sep 17 00:00:00 2001 From: James Harton Date: Sun, 5 May 2024 19:25:23 +1200 Subject: [PATCH] chore: include scenic-related dependencies. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6141009..bfb23c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get -q -y update && \ libxml2-dev libxslt-dev libyaml-dev locales make make mercurial patch python3 \ unixodbc-dev unzip wget xz-utils zlib1g-dev zsh gnupg inotify-tools less \ postgresql-client openssh-client direnv libmnl-dev bc m4 cmake cpio rsync flex \ - texinfo help2man && \ + texinfo help2man pkgconf libglfw3 libglfw3-dev libglew2.2 libglew-dev && \ apt-get -q -y clean RUN locale-gen en_NZ.UTF-8