Skip to content

Commit

Permalink
Update Dockerfile.agent-service
Browse files Browse the repository at this point in the history
Signed-off-by: Chimi1999 <[email protected]>
  • Loading branch information
Chimi1999 authored Dec 12, 2024
1 parent 32b5942 commit 2d1e53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.agent-service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM node:18-alpine as build
RUN npm install -g pnpm --ignore-scripts \
&& apk update \
&& apk add openssh-client \
&& apk add openssl \
&& apk add aws-cli \
&& apk add docker \
&& apk add docker-compose
Expand Down

0 comments on commit 2d1e53c

Please sign in to comment.