Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Jun 19, 2024
1 parent ab50f47 commit 520ac09
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,7 @@ WORKDIR $APP_HOME

COPY --from=clam_builder "/clamav" "/"

RUN ln -s /usr/bin/clamav-config /usr/local/bin/clamav-config && \
ln -s /usr/bin/clambc /usr/local/bin/clambc && \
ln -s /usr/bin/clamconf /usr/local/bin/clamconf && \
ln -s /usr/bin/clamdscan /usr/local/bin/clamdscan && \
ln -s /usr/bin/clamdtop /usr/local/bin/clamdtop && \
ln -s /usr/bin/clamscan /usr/local/bin/clamscan && \
ln -s /usr/bin/clamsubmit /usr/local/bin/clamsubmit && \
chmod 0755 /usr/local/bin/clam*
RUN ln -s /usr/bin/clam* /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 520ac09

Please sign in to comment.