Install system packages required to install the pronto gem

This commit is contained in:
Senén Rodero Rodríguez
2021-04-13 19:20:26 +02:00
committed by Javi Martín
parent 079fd829a3
commit d95a3c4976

View File

@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Install essential Linux packages
RUN apt-get update -qq
RUN apt-get install -y build-essential libpq-dev postgresql-client nodejs imagemagick sudo libxss1 libappindicator1 libindicator7 unzip memcached
RUN apt-get install -y build-essential libpq-dev postgresql-client nodejs imagemagick sudo libxss1 libappindicator1 libindicator7 unzip memcached cmake pkg-config
# Files created inside the container repect the ownership
RUN adduser --shell /bin/bash --disabled-password --gecos "" consul \