File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
RUN apt update && \
6
6
apt -y install mono-complete && \
7
7
npm install -g pm2 && \
8
- rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
8
+ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/log/*
9
9
10
10
# windbot
11
11
RUN git clone --depth=1 https://code.mycard.moe/mycard/windbot /tmp/windbot && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:bullseye as premake-builder
3
3
4
4
RUN apt update && \
5
5
env DEBIAN_FRONTEND=noninteractive apt install -y wget build-essential p7zip-full && \
6
- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6
+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/*
7
7
8
8
WORKDIR /usr/src
9
9
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-src.zip && \
You can’t perform that action at this time.
0 commit comments