Remove unfound package openssh-ssh

This commit is contained in:
PAlexanderFranklin 2024-03-20 12:53:56 -07:00
parent 15e61a6655
commit 82aa5d9570

View File

@ -93,8 +93,6 @@ RUN apt-get update \
gcc \
build-essential \
libbz2-dev \
# for erpnext repo
openssh-ssh \
&& rm -rf /var/lib/apt/lists/*
USER frappe