Skip to content

Commit

Permalink
Quick n dirty fix for permissions issues on k8s (amun-ai#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 authored Feb 8, 2024
1 parent 2c51e8d commit 307716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /home
RUN mkdir /home/bin && \
cd /home/bin && wget https://dl.min.io/server/minio/release/linux-amd64/minio && \
wget https://dl.min.io/client/mc/release/linux-amd64/mc && \
chmod -R 777 /home/bin
chmod -R 777 /home
RUN mkdir /.mc && \
chmod -R 777 /.mc
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 307716c

Please sign in to comment.