Skip to content

Commit

Permalink
chore: add awscli to utils container (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio authored Dec 2, 2024
1 parent 241b83d commit 046783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm-slim

# Install utils
RUN apt-get update && apt-get install -y curl jq
RUN apt-get update && apt-get install -y curl jq awscli

# Create a non-root user and set the home directory
RUN useradd -u 999 -ms /bin/bash job
Expand Down

0 comments on commit 046783e

Please sign in to comment.