Skip to content

Commit

Permalink
Add workaround for possible docker builder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren committed Oct 9, 2022
1 parent 7de669d commit 8df0257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wayback/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN apt-get -y update \
FROM webrecorder/pywb

COPY --from=builder /usr/bin/git /usr/bin/
# Workaround for: https://github.com/moby/moby/issues/37965
RUN true
COPY ./wayback/startup.sh /

ENTRYPOINT ["/startup.sh"]

0 comments on commit 8df0257

Please sign in to comment.