Skip to content

Commit

Permalink
Add unzip to the factory build
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleDrapier authored and Camille Drapier committed Feb 15, 2024
1 parent b3f3064 commit 1c113ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion factory/factory.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ RUN ls -la /root \
# build only dependancies: removed in onbuild step
bzip2 \
gnupg \
dirmngr
dirmngr \
# Needed by cypress installation 'unzip.js' script
unzip

# Copy install scripts into container, these will be deleted in an onbuild step later.
COPY ./installScripts /opt/installScripts
Expand Down

0 comments on commit 1c113ba

Please sign in to comment.