Skip to content

Commit

Permalink
chore: install certificates for wget
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Jan 9, 2025
1 parent e28df0d commit 320be33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eccc/upload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:22.13.0

RUN apt-get install ca-certificates

COPY root/bin/wget-spider /bin/wget-spider
COPY app /app
WORKDIR /app
Expand Down

0 comments on commit 320be33

Please sign in to comment.