Skip to content

Commit

Permalink
install libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm-codefresh committed Feb 20, 2023
1 parent 156090c commit 85cb74c
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 @@ -13,7 +13,7 @@ RUN groupadd -g 999 autopilot && \
chown autopilot:0 /home/autopilot && \
chmod g=u /home/autopilot && \
apt-get update -y && \
apt-get install -y git git-lfs tini gpg tzdata && \
apt-get install -y libssl-dev git git-lfs tini gpg tzdata && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 85cb74c

Please sign in to comment.