Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
acl \
|
||||
bash \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
diffutils \
|
||||
findutils \
|
||||
git \
|
||||
grep \
|
||||
jq \
|
||||
python3 \
|
||||
ripgrep \
|
||||
sed \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p /workspace /agent
|
||||
|
||||
WORKDIR /workspace
|
||||
Reference in New Issue
Block a user