Delete Dockerfile.build

It was outdated
This commit is contained in:
Mészáros Mihály 2020-10-13 10:13:25 +02:00 committed by GitHub
parent c5b0bd0e22
commit fad52a0e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
FROM ubuntu:16.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
emacs-nox \
build-essential \
libssl-dev sqlite3 \
libsqlite3-dev \
libevent-dev \
g++ \
libboost-dev