Skip to content

Commit

Permalink
Add missing mime.types (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Jul 22, 2020
1 parent db8a409 commit 0f1090d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN go build .
FROM centos:7

# Get dependencies
RUN yum install -y zip rsync && yum clean all
# mailcap - installs "/etc/mime.types" used by the package-registry binary
RUN yum install -y zip rsync mailcap && yum clean all

# Move binary from the builder image
COPY --from=builder /package-registry/package-registry /package-registry/package-registry
Expand Down

0 comments on commit 0f1090d

Please sign in to comment.