Skip to content

Commit

Permalink
Merge pull request kata-containers#494 from amshinde/fix-ownership-ka…
Browse files Browse the repository at this point in the history
…ta-binaries

kata-deploy: All binaries installed by kata should be writable by root
  • Loading branch information
jodh-intel authored May 9, 2019
2 parents b758151 + c3c8da0 commit 3c500df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kata-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ yum install -y bzip2 jq && \
curl -sOL ${KATA_URL}/${KATA_FILE} && \
mkdir -p /opt/kata-artifacts && \
tar xvf ${KATA_FILE} -C /opt/kata-artifacts/ && \
chown -R root:root /opt/kata-artifacts/ && \
rm ${KATA_FILE}

RUN \
Expand Down

0 comments on commit 3c500df

Please sign in to comment.