We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385790c commit d675a73Copy full SHA for d675a73
Dockerfile
@@ -17,7 +17,6 @@ RUN set -x \
17
&& apt-get install -y --no-install-recommends ca-certificates build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev wget git \
18
# build fastdfs
19
&& mkdir /opt/tmp /opt/fastdfs \
20
- && ls /opt \
21
&& cd /opt/tmp \
22
# git clone libfastcommon, libserverframe, fastdfs, fastdfs-nginx-module
23
&& git clone -b V1.0.68 https://github.com/happyfish100/libfastcommon.git --depth 1 \
0 commit comments