The Dockerfile will look like this. FROM python:3.9-slim-buster RUN apt-get update && apt-get install -y \ build-essential \ libpq-dev ...
確定! 回上一頁