我需要能够:
--RUN apk add --no-cache autossh
用于将我的项目从 ubuntu 迁移到 alpine linux
我在构建 Dockerfile 时遇到错误.. 有什么解决方法吗?我无法摆脱 autossh 要求,因为我需要它来连接到我的 compose db。
ERROR: unsatisfiable constraints:
autossh (missing):
required by: world[autossh]
The command '/bin/sh -c apk add --no-cache autossh' returned a non-zero code: 1