- Remove old GR dependencies

This commit is contained in:
Aart van Halteren
2023-01-22 17:36:39 +01:00
parent cf4dff8328
commit db3be6b0d7
3 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
FROM ruby:2.7
ENV BUILD_PACKAGES="apt-utils build-essential curl less nodejs sudo wget zsh libmariadb-dev libserialport-dev cron gr"
ENV BUILD_PACKAGES="apt-utils build-essential curl less nodejs sudo wget zsh libmariadb-dev libserialport-dev cron"
# throw errors if Gemfile has been modified since Gemfile.lock
RUN \