Skip to content

Commit

Permalink
Adds openssh-client
Browse files Browse the repository at this point in the history
This adds openssh-client so we can clone dependencies from private
git repos in our PureScript applications.
  • Loading branch information
AugmenTab committed Jan 24, 2024
1 parent 8bb0c3b commit 89318a3
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 @@ -5,7 +5,7 @@ ENV LANG="C.UTF-8" LANGUAGE="C.UTF-8" LC_ALL="C.UTF-8"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y -qq --no-install-recommends \
ca-certificates curl lsb-release gnupg apt-transport-https git && \
ca-certificates curl lsb-release gnupg apt-transport-https git openssh-client && \
apt-get clean

RUN mkdir -p /etc/apt/keyrings
Expand Down

0 comments on commit 89318a3

Please sign in to comment.