1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-18 10:21:41 +03:00
guide/docker/back/Dockerfile

13 lines
149 B
Docker
Raw Normal View History

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