Skip to content

Commit

Permalink
chore: add zip
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Mar 20, 2024
1 parent 7abb9bb commit c46bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy-20240227@sha256:77906da86b60585ce12215807090eb327e7386c8fafb54
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y curl unzip ca-certificates jq tzdata wget gnupg2 bzip2 apt-transport-https lsb-release git --no-install-recommends && \
apt-get install -y curl unzip ca-certificates jq zip tzdata wget gnupg2 bzip2 apt-transport-https lsb-release git --no-install-recommends && \
apt-get clean

RUN apt-get update && apt-get upgrade -y && \
Expand Down

0 comments on commit c46bc90

Please sign in to comment.