浏览代码

modified docker file

tomoya 2 年之前
父节点
当前提交
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 && \