File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
src/agentex/lib/cli/templates Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ RUN apt-get update && apt-get install -y \
1515 gcc \
1616 cmake \
1717 netcat-openbsd \
18+ node \
19+ npm \
1820 && apt-get clean \
19- && rm -rf /var/lib/apt/lists/*
21+ && rm -rf /var/lib/apt/lists/**
2022
2123RUN uv pip install --system --upgrade pip setuptools wheel
2224
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ RUN apt-get update && apt-get install -y \
1515 gcc \
1616 cmake \
1717 netcat-openbsd \
18+ node \
19+ npm \
1820 && apt-get clean \
19- && rm -rf /var/lib/apt/lists/*
21+ && rm -rf /var/lib/apt/lists/**
2022
2123RUN uv pip install --system --upgrade pip setuptools wheel
2224
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ RUN apt-get update && apt-get install -y \
1515 gcc \
1616 cmake \
1717 netcat-openbsd \
18+ node \
19+ npm \
1820 && apt-get clean \
19- && rm -rf /var/lib/apt/lists/*
21+ && rm -rf /var/lib/apt/lists/**
2022
2123# Install tctl (Temporal CLI)
2224RUN curl -L https://github.com/temporalio/tctl/releases/download/v1.18.1/tctl_1.18.1_linux_arm64.tar.gz -o /tmp/tctl.tar.gz && \
You can’t perform that action at this time.
0 commit comments