Skip to content

Commit

Permalink
chore: testing alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Jan 9, 2025
1 parent 2e9d9cd commit 8203689
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eccc/upload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM node:22.13.0

RUN apt-get update
RUN apt-get install wget ca-certificates
RUN update-ca-certificates
FROM node:lts-alpine

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

0 comments on commit 8203689

Please sign in to comment.