We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7f35c commit c485f05Copy full SHA for c485f05
docker/Dockerfile
@@ -79,13 +79,6 @@ RUN apt-get update && apt-get install -y \
79
80
RUN pip install --no-cache-dir uv
81
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
-
89
# Create non-root user
90
RUN groupadd -r agentcrew && useradd -r -g agentcrew -m -d /home/agentcrew agentcrew
91
0 commit comments