Skip to content

Commit cb49ccc

Browse files
authored
adding zip and aws tools
1 parent 0a9ad02 commit cb49ccc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1010
unzip \
1111
curl \
1212
pst-utils \
13+
zip \
14+
awscli \
1315
&& rm -rf /var/lib/apt/lists/*
1416

1517
WORKDIR /app

0 commit comments

Comments
 (0)