📌  相关文章
📜  docker bin sh: apt-get: not found - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:17.826000             🧑  作者: Mango

代码示例2
check if you're using alpine linux inside the docker. 
If this is the case, you may use apk command instead of apt
Check here some examples:
https://platformengineer.com/install-vi-bash-curl-on-alpine-linux/