Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev authored Dec 15, 2024
1 parent d4992d1 commit 24f42cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# This is an empty Dockerfile for the openhands-sandbox project
FROM python:3.12-bookworm⁠

COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN pip install pdm

RUN apt-get update && apt-get install -y wget && wget https://github.com/hashicorp/copywrite/releases/download/v0.19.0/copywrite_0.19.0_linux_x86_64.tar.gz \
&& tar -xzf copywrite_0.19.0_linux_x86_64.tar.gz \
&& mv copywrite /usr/local/bin/ \
&& rm copywrite_0.19.0_linux_x86_64.tar.gz

0 comments on commit 24f42cf

Please sign in to comment.