diff --git a/client/Dockerfile b/client/Dockerfile index a80791b..2aa357c 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /client COPY . . RUN apt-get update && \ - apt-get install -y libgnutls30 libcap2 + apt-get install -y libgnutls30 libcap2 libssh2-1 # In case machine is Mac M1 chip RUN node --version diff --git a/server/Dockerfile b/server/Dockerfile index 313adc1..0ac6eea 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /server COPY . . RUN apt-get update && \ - apt-get install -y libgnutls30 libcap2 + apt-get install -y libgnutls30 libcap2 libssh2-1 # In case machine is Mac M1 chip RUN node --version