Skip to content

Commit

Permalink
fix: degit image for private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Feb 7, 2024
1 parent 837fae5 commit 03083db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/degit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ENV NODE_PATH $NODE_HOME/lib/node_modules
ENV PATH $NODE_HOME/bin:$PATH
RUN curl https://nodejs.org/dist/v$NODE_VERSION/$NODE_PACKAGE.tar.gz | tar -xzC /opt/

RUN git config --global --add safe.directory /workspace

# RUN npm i -g tiged
# until https://github.com/tiged/tiged/issues/79 fixed
RUN npm i -g tiged2
Expand Down

0 comments on commit 03083db

Please sign in to comment.