Skip to content

Commit

Permalink
Merge pull request #1649 from fluxcd/fix-hugo-support
Browse files Browse the repository at this point in the history
fix Dockerfile for hugo-support image
  • Loading branch information
stefanprodan authored Sep 4, 2023
2 parents 0a53f37 + 089c7f8 commit ed72b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN apk update && \

COPY requirements.txt /tmp
RUN python3 -m pip install -r /tmp/requirements.txt
RUN ln -s `which python3` /usr/bin/python
COPY package.json package-lock.json /site/
RUN npm i
RUN git config --global --add safe.directory /site
Expand Down

0 comments on commit ed72b58

Please sign in to comment.