Commit 1c3fbccb authored by nanahira's avatar nanahira

update dockerfile

parent e8db339b
Pipeline #11372 passed with stages
in 15 minutes and 52 seconds
......@@ -5,7 +5,7 @@ LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && \
apt -y install mono-complete && \
npm install -g pm2 && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/log/*
# windbot
RUN git clone --depth=1 https://code.mycard.moe/mycard/windbot /tmp/windbot && \
......
......@@ -3,7 +3,7 @@ FROM debian:bullseye as premake-builder
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget build-essential p7zip-full && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/*
WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-src.zip && \
......
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