tomoya 2 лет назад
Родитель
Сommit
ea1e8bee75
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      backend/backend.dockerfile

+ 2 - 2
backend/backend.dockerfile

@@ -2,8 +2,8 @@ FROM tiangolo/uvicorn-gunicorn:python3.10
 
 WORKDIR /app/
 
-RUN atp update
-RUN atp-get install -y sshpass
+RUN apt-get update
+RUN apt-get install -y sshpass
 
 # Install Poetry
 RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python3 && \