Commit 9ffc6db9 authored by nanahira's avatar nanahira

clean dockerfile

parent 05ec091c
Pipeline #11153 passed with stages
in 3 minutes and 25 seconds
...@@ -4,7 +4,7 @@ FROM node:16-bullseye-slim ...@@ -4,7 +4,7 @@ FROM node:16-bullseye-slim
# apt # apt
RUN apt update && \ RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full gettext-base liblua5.3-dev && \ env DEBIAN_FRONTEND=noninteractive apt install -y build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full gettext-base liblua5.3-dev && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/log/* && \
useradd -ms /bin/bash container useradd -ms /bin/bash container
USER container USER 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