Browse Source

modified docker file

tomoya 2 years ago
parent
commit
ea1e8bee75
1 changed files with 2 additions and 2 deletions
  1. 2 2
      backend/backend.dockerfile

+ 2 - 2
backend/backend.dockerfile

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