Fetch the repository succeeded.
ARG BASE=openeuler/openeuler:24.03-lts-sp1
FROM ${BASE}
ARG VERSION=6.12.3
RUN dnf update -y \
&& dnf install -y gcc cmake perl libfastcommon-devel libserverframe-devel git \
&& dnf clean all \
&& rm -rf /var/cache/dnf
WORKDIR /opt
RUN git clone -b V1.0.75 --depth 1 https://github.com/happyfish100/libfastcommon.git \
&& cd libfastcommon \
&& ./make.sh clean \
&& ./make.sh \
&& ./make.sh install \
&& cd .. \
&& rm -rf libfastcommon
RUN git clone -b V1.2.5 --depth 1 https://github.com/happyfish100/libserverframe.git \
&& cd libserverframe \
&& ./make.sh clean \
&& ./make.sh \
&& ./make.sh install \
&& cd .. \
&& rm -rf libserverframe
RUN git clone -b V${VERSION} --depth 1 https://github.com/happyfish100/fastdfs.git \
&& cd fastdfs \
&& ./make.sh clean \
&& ./make.sh \
&& ./make.sh install \
&& cd .. \
&& rm -rf fastdfs
CMD ["fdfs_storaged", "--help"]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。