Skip to content

Commit

Permalink
fuse don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle authored and bluebore committed Dec 19, 2016
1 parent e8fc78c commit 019f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:latest
MAINTAINER ystyle "[email protected]"
RUN yum -y groupinstall 'Development Tools' && yum -y install zlib-devel wget fuse-devel git psmisc &&\
cd / && git clone https://github.com/baidu/bfs.git &&\
sed -i '4a FUSE_PATH=/usr/include/fuse/' /bfs/Makefile &&\
# sed -i '4a FUSE_PATH=/usr/include/fuse/' /bfs/Makefile &&\
cd /bfs && ./build.sh && cd sandbox && ./deploy.sh &&\
yum -y groupremove 'Development Tools' && yum clean all &&\
cd ../ && rm -rf thirdparty thirdsrc .build .git src
Expand Down

0 comments on commit 019f2ac

Please sign in to comment.