Fix docker build error on stretch (#582)

* Fix docker build error on stretch
This commit is contained in:
Masaru Nagaku 2019-07-12 04:43:06 +09:00 committed by abraunegg
parent 4d62bd53d5
commit c16ba1ba2f

View file

@ -1,7 +1,7 @@
# -*-Dockerfile-*-
FROM debian:stretch
RUN apt update && \
apt install -y build-essential curl libcurl4-openssl-dev libsqlite3-dev pkg-config
apt install -y build-essential curl libcurl4-openssl-dev libsqlite3-dev pkg-config git
RUN curl -fsS -o install.sh https://dlang.org/install.sh && \
bash install.sh dmd
COPY . /usr/src/onedrive