mirror of
https://github.com/aelve/guide.git
synced 2024-12-18 02:11:33 +03:00
70283a8fa7
* Fix xvfb * Install Stack differently * Revert to Ubuntu Trusty * Fix test path
13 lines
149 B
Docker
13 lines
149 B
Docker
FROM ubuntu:trusty
|
|
|
|
ENV LANG=C.UTF-8
|
|
ENV LC_ALL=C.UTF-8
|
|
|
|
RUN apt update && apt install -y libgmp-dev
|
|
|
|
WORKDIR /opt/guide
|
|
|
|
COPY files ./
|
|
|
|
CMD ./guide
|