Skip to content

Commit

Permalink
Can probably do without this - isn't doing much
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Jun 20, 2024
1 parent e68c04f commit f1ab729
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ WORKDIR $APP_HOME
COPY --from=clam_builder "/clamav" "/"

RUN ln -s /usr/bin/clam* /usr/local/bin && \
ln -s /usr/bin/freshclam /usr/local/bin && \
chown 0755 /usr/local/bin/clam* /usr/local/bin/freshclam
ln -s /usr/bin/freshclam /usr/local/bin

COPY --from=app_builder $BUNDLE_PATH $BUNDLE_PATH
COPY --from=app_builder $BOOTSNAP_CACHE_DIR $BOOTSNAP_CACHE_DIR
Expand Down

0 comments on commit f1ab729

Please sign in to comment.