Skip to content

Commit c485f05

Browse files
committed
chore(docker): minimize the docker dependencies
1 parent cf7f35c commit c485f05

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ RUN apt-get update && apt-get install -y \
7979

8080
RUN pip install --no-cache-dir uv
8181

82-
ARG node_version=v24.4.1
83-
RUN cd /opt \
84-
&& curl -LO https://nodejs.org/dist/${node_version}/node-${node_version}-linux-x64.tar.xz \
85-
&& tar -xJf node-${node_version}-linux-x64.tar.xz \
86-
&& rm node-${node_version}-linux-x64.tar.xz
87-
ENV PATH=/opt/node-${node_version}-linux-x64/bin:${PATH}
88-
8982
# Create non-root user
9083
RUN groupadd -r agentcrew && useradd -r -g agentcrew -m -d /home/agentcrew agentcrew
9184

0 commit comments

Comments
 (0)