以下是使用Dockerfile 安装curl 的示例: # Use an official Python runtime as the base image FROM python:3.7-slim # Install curl RUN apt-get update && apt-get ...
確定! 回上一頁