Skip to content

Commit

Permalink
Update Dockerfile (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Feb 10, 2023
1 parent 5eac828 commit 5434578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN echo "${VERSION}" > /src/xcp_d/xcp_d/VERSION && \
pip install --no-cache-dir "/src/xcp_d[all]" && \
chmod -R a+rX /usr/local/miniconda; sync && \
chmod +x /usr/local/miniconda/bin/*; sync && \
conda clean -y --all && sync && \
conda clean -tipsy && sync
conda clean -y --all; sync && \
conda clean -tipsy; sync

RUN find $HOME -type d -exec chmod go=u {} + && \
find $HOME -type f -exec chmod go=u {} + && \
Expand Down

0 comments on commit 5434578

Please sign in to comment.