Commit 93b08ce8 authored by nanahira's avatar nanahira Committed by GitHub

Update Dockerfile

parent fa3f6bd2
......@@ -4,7 +4,7 @@ FROM node:12-buster-slim
# apt
#COPY sources.list /etc/apt/sources.list
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full gettext-base && \
env DEBIAN_FRONTEND=noninteractive apt install -y build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full gettext-base liblua5.3-dev && \
rm -rf /var/lib/apt/lists/* && \
useradd -ms /bin/bash container
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment