Update Dockerfile
This commit is contained in:
@@ -3,11 +3,12 @@ FROM ubuntu:18.04
|
|||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
ENV CRAWL_REPO=https://github.com/crawl/crawl.git \
|
ENV CRAWL_REPO=https://github.com/crawl/crawl.git \
|
||||||
BUILD_DEPS="git"
|
BUILD_DEPS="autoconf bison build-essential flex git" \
|
||||||
|
APP_DEPS="bzip2 python-minimal ncurses-term locales-all sqlite3 libpcre3 liblua5.1-0 locales lsof libncursesw5-dev libsqlite3-dev sudo libbot-basicbot-perl"
|
||||||
|
|
||||||
# Logic
|
# Logic
|
||||||
apt update && \
|
apt update && \
|
||||||
upgrade -y && \
|
upgrade -y && \
|
||||||
install -y ${BUILD_DEPS}
|
install -y ${BUILD_DEPS} ${APP_DEPS}
|
||||||
|
|
||||||
git clone ${CRAWL_REPO} /src/
|
git clone ${CRAWL_REPO} /src/
|
||||||
|
|||||||
Reference in New Issue
Block a user