Add docker-compose file to run tests (#1463)

This commit is contained in:
Wolfgang Walther
2020-03-24 09:50:06 -05:00
committed by GitHub
parent fe59f9bedf
commit a80eb2ff0e
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ENV PATH /root/.local/bin:$PATH
RUN apt-get update \
&& apt-get install -y wget libpq-dev pkg-config libpcre3 libpcre3-dev \
postgresql-client debconf locales \
postgresql-client debconf locales build-essential libffi-dev libgmp-dev git \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen \
&& locale-gen \