aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docker/trusty-qt512
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-07 12:48:38 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-08 12:19:39 -0700
commit21f1cf09f7de90080951dfb96d5ef638865624dc (patch)
tree0fec6bf3e838e6c000f2e227433992acf08c39f7 /scripts/docker/trusty-qt512
parentb29140f6e816f7a4faf4d57ac2a1d9b96be269d6 (diff)
downloadsubsurface-21f1cf09f7de90080951dfb96d5ef638865624dc.tar.gz
build-system: remove Grantlee from the container setup scripts
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/docker/trusty-qt512')
-rw-r--r--scripts/docker/trusty-qt512/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/docker/trusty-qt512/Dockerfile b/scripts/docker/trusty-qt512/Dockerfile
index 1e21076c1..383d6725c 100644
--- a/scripts/docker/trusty-qt512/Dockerfile
+++ b/scripts/docker/trusty-qt512/Dockerfile
@@ -73,9 +73,9 @@ RUN cd /openssl-OpenSSL_1_1_1 && \
RUN apt-get remove -y libqt5core5a libqt5dbus5 libqt5gui5 ruby openssh-client
# now build Subsurface once to populate the dependencies we don't get from
-# Ubuntu but that aren't really part of Subsurface (libgit, grantlee, googlemaps)
+# Ubuntu but that aren't really part of Subsurface (libgit, googlemaps)
RUN git clone git://github.com/Subsurface/subsurface
RUN bash -e -x ./subsurface/scripts/build.sh -desktop -create-appdir -build-with-webkit
# remove the source, but keep the install-root
-RUN rm -rf subsurface libgit2 googlemaps grantlee
+RUN rm -rf subsurface libgit2 googlemaps