Skip to content

Commit

Permalink
Fix cf plugins permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Jul 7, 2020
1 parent c74f108 commit 175dc69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/snpaas-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM debian:10.4-slim

# Version of this image
# ARG VERSION=1.2
ARG VERSION=3.10
ARG VERSION=3.11

# Versions, please prefix them with SNPAAS_ and suffix with _VERSION
# (see run.sh script)
Expand Down Expand Up @@ -186,7 +186,8 @@ RUN set -xe && \
cf install-plugin -f -r CF-Community "docker-usage" && \
cf install-plugin -f -r CF-Community "Buildpack Management" && \
cf install-plugin -f -r CF-Community "Statistics" && \
chown -R ${USER}:${USER} ${HOME} $SNPAAS_CF6_PLUGINS
chown -R ${USER}:${USER} ${HOME} $SNPAAS_CF6_PLUGINS && \
chmod -R a+rx $SNPAAS_CF6_PLUGINS

COPY Readme.md /
COPY resources/*.sh /usr/local/bin/
Expand Down

0 comments on commit 175dc69

Please sign in to comment.