The full Dockerfile looks as follows: # parent image FROM python:3.7-slim # install FreeTDS and dependencies RUN apt-get update \ && apt-get install ...
確定! 回上一頁