Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklijnsma authored Dec 19, 2023
1 parent a2bd78d commit 406fa96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ LABEL maintainer="[email protected]"

# Install necessary packages
RUN apt-get update
RUN apt-get install -y nodejs npm
RUN apt-get install -y nodejs npm wget

COPY --from=build_node_modules /app /app

# Move node_modules one directory up
RUN mv /app/node_modules /node_modules

WORKDIR /tmp
RUN wget https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh
# Install necessary packages
RUN bash /tmp/script.deb.sh
RUN apt-get update && \
Expand Down

0 comments on commit 406fa96

Please sign in to comment.