Skip to content

Commit

Permalink
Include bourne-shell in entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkdev committed Apr 12, 2024
1 parent ea5fbf2 commit 66fadea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.extensions.clamav
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN mkdir -p $HOME/.config/pip \
ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt

RUN rm -rf /dist
ENTRYPOINT ["clamav_entrypoint.sh"]
ENTRYPOINT ["/bin/sh", "/clamav_entrypoint.sh"]

0 comments on commit 66fadea

Please sign in to comment.