Skip to content

Commit

Permalink
chore: adding bash to allow executing init script
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Jan 9, 2025
1 parent f9e5640 commit 41b15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccc/upload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

RUN apk update
RUN apk add --no-cache wget
RUN apk add --no-cache wget bash

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

0 comments on commit 41b15e0

Please sign in to comment.