Skip to content

Commit

Permalink
wip: git is required to pull some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 13, 2024
1 parent 82e0694 commit 229a91f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM node:16-bookworm-slim as Builder
LABEL maintainer="[email protected]"

# # git is required to pull some node packages from github
# RUN DEBIAN_FRONTEND=noninteractive && \
# apt-get update && \
# apt-get --no-install-recommends --yes install \
# ca-certificates git
# git is required to pull some node packages from github
RUN DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get --no-install-recommends --yes install \
ca-certificates git

COPY . /opt/kalisio

Expand Down

0 comments on commit 229a91f

Please sign in to comment.