fs: fix XFS and other FS related issue due to missing d_type.

This commit is contained in:
Harshavardhana
2016-04-17 14:58:40 -07:00
committed by Harshavardhana
parent 188bb92d8a
commit 3de7f26e41
4 changed files with 17 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
FROM alpine:3.3
RUN apk add --no-cache ca-certificates bash
ADD minio.dockerimage /minio
ADD dockerinit /.dockerinit
ADD export /export
EXPOSE 9000
COPY start.sh /start.sh