mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
fs: fix XFS and other FS related issue due to missing d_type.
This commit is contained in:
committed by
Harshavardhana
parent
188bb92d8a
commit
3de7f26e41
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user