feat: use ubuntu-latest-slim
This commit is contained in:
parent
7cf853aa11
commit
7314fab72d
|
@ -1,9 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
|
||||
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y sudo && \
|
||||
apt-get install -y sudo python3 python3-pip && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
useradd -u 1000 -ms /bin/bash tt && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user