1 Star 0 Fork 5

liuyuyan6100/glibcdbg

forked from kernelsoft/glibcdbg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lei Ding 提交于 2023-03-30 17:02 +08:00 . init : 初始化 glibcdbg
FROM centos:8
MAINTAINER author "dinglei@kernelsoft.com"
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /workdir
# 替换源
RUN dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos -y && \
dnf distro-sync -y
RUN yum install wget -y
RUN yum install bison -y
RUN yum install python36 -y
RUN yum install gawk -y
RUN yum install gcc-toolset-12 -y
RUN ln -s /opt/rh/gcc-toolset-12/root/bin/gcc /usr/bin/gcc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/liuyuyan6100/glibcdbg.git
git@gitee.com:liuyuyan6100/glibcdbg.git
liuyuyan6100
glibcdbg
glibcdbg
master

搜索帮助