Skip to content

Commit 1c3fbcc

Browse files
update dockerfile
1 parent e8db339 commit 1c3fbcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL Author="Nanahira <[email protected]>"
55
RUN apt update && \
66
apt -y install mono-complete && \
77
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/*
99

1010
# windbot
1111
RUN git clone --depth=1 https://code.mycard.moe/mycard/windbot /tmp/windbot && \

Dockerfile.lite

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bullseye as premake-builder
33

44
RUN apt update && \
55
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/*
77

88
WORKDIR /usr/src
99
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-src.zip && \

0 commit comments

Comments
 (0)