mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-28 18:18:31 +08:00
chore: add Dockerfile
This commit is contained in:
parent
015dfbd099
commit
c420ab12b9
17
Dockerfile
Normal file
17
Dockerfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
FROM debian:12-slim
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends \
|
||||||
|
apt-utils \
|
||||||
|
python3-apt \
|
||||||
|
python3-requests \
|
||||||
|
curl \
|
||||||
|
jq \
|
||||||
|
gpg \
|
||||||
|
gpg-agent && \
|
||||||
|
apt-get clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
WORKDIR /mnt
|
||||||
|
|
||||||
|
CMD ["/bin/bash"]
|
||||||
Loading…
x
Reference in New Issue
Block a user