Skip to content

Commit 9f3f562

Browse files
committed
fix: add aws-cli to gateway docker image
1 parent 32c4214 commit 9f3f562

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/gateway/docker/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ ARG PROJECT_PATH
7878

7979
ENV NODE_ENV=production
8080

81+
# Install AWS CLI using Alpine package manager
82+
RUN apk add --no-cache \
83+
aws-cli \
84+
groff \
85+
less
86+
8187
RUN addgroup --system --gid 1001 nodejs
8288
RUN adduser --system --uid 1001 latitude
8389
USER latitude

0 commit comments

Comments
 (0)