【Docker】解决 docker build 提示 `Wrong architecture ‘amd64‘`

解决 docker build 提示 Wrong architecture 'amd64'

使用 securify2 的 docker 版本进行 sc 安全扫描

  • 执行语句 RUN wget https://github.com/souffle-lang/souffle/releases/download/1.6.2/souffle_1.6.2-1_amd64.deb -O /tmp/souffle.deb &&\ gdebi --n /tmp/souffle.deb
text 复制代码
Reading package lists... Done
Building dependency tree        
This package is uninstallable0%
#8 10.68 Wrong architecture 'amd64' -- Run dpkg --add-architecture to add it and update afterwards
Reading state information... Done
------
executor failed running [/bin/sh -c wget https://github.com/souffle-lang/souffle/releases/download/1.6.2/souffle_1.6.2-1_amd64.deb -O /tmp/souffle.deb &&        gdebi --n /tmp/souffle.deb]: exit code: 1

解决: 加上参数 --platform=linux/amd64

  • docker build --platform=linux/amd64 -t securify .
相关推荐
xserver210 分钟前
ensp 基于静态NAT发布公司网站服务器,
运维·服务器
QYpiying12 分钟前
服务器中了挖矿病毒-应急响应
运维·服务器
上海运维Q先生22 分钟前
面试题整理14----kube-proxy有什么作用
运维·面试·kubernetes
RealName-Wang23 分钟前
联想 P368-C3 thinkstation服务器介绍
运维·服务器
怡雪~1 小时前
Kubernetes使用Ceph存储
ceph·容器·kubernetes
安科瑞刘鸿鹏1 小时前
老旧小区用电安全保护装置#限流式防火保护器参数介绍#
运维·服务器·物联网·能源
ladymorgana1 小时前
【运维笔记】windows 11 中提示:无法成功完成操作,因为文件包含病毒或潜在的垃圾软件。
运维·windows·笔记
Rain_Rong1 小时前
linux检测硬盘
linux·运维·服务器
李昊哲小课2 小时前
deepin 安装 zookeeper
大数据·运维·zookeeper·debian·hbase
真真-真真2 小时前
WebXR
linux·运维·服务器