Skip to content

Commit

Permalink
Install mime-support in argoexec to set proper mime types for S3 arti…
Browse files Browse the repository at this point in the history
…facts (resolves #1119)
  • Loading branch information
jessesuen committed Dec 7, 2018
1 parent 515a900 commit 1ae3696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-argoexec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:9.5-slim

RUN apt-get update && \
apt-get install -y curl jq procps git tar && \
apt-get install -y curl jq procps git tar mime-support && \
rm -rf /var/lib/apt/lists/* && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
chmod +x ./kubectl && \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.3.0

0 comments on commit 1ae3696

Please sign in to comment.