File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ COPY . .
1313
1414# In case machine is Mac M1 chip
1515RUN apt-get update && \
16- apt-get install -y libcap2 python3 python3-pip
16+ apt-get install -y libcap2 python3 python3-pip libssh2-1
1717
1818RUN yarn install
1919# comment build out if not going to use preview to save build time
Original file line number Diff line number Diff line change 1- FROM python:3.11
1+ FROM python:3.11-slim-trixie
22
33ARG BUILD_DEVELOPMENT="False"
44
@@ -10,9 +10,10 @@ WORKDIR /server
1010
1111COPY . .
1212
13- # Upgrade libgnutls30 to patched version (Debian 12 >= 3.7.9-2+deb12u7)
13+
14+ # Upgrade libssh2-1 to patched version (Debian 13 >= 1.11.1-1+deb13u1)
1415RUN apt-get update && \
15- apt-get install -y libgnutls30
16+ apt-get install -y libgnutls30 libssh2-1
1617
1718RUN pip install pipenv debugpy
1819
You can’t perform that action at this time.
0 commit comments