openclaw.ai/scripts/e2e/Dockerfile
Peter Steinberger f4445e5bc8 feat: add testimonial from @kailazh
- "This is the closest to experiencing an AI enabled future!"
2026-01-11 10:49:56 +00:00

15 lines
232 B
Docker

FROM debian:bookworm-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash \
ca-certificates \
curl \
git \
gzip \
tar \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY . /app