Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Mar 30, 2018
1 parent e74edca commit c9e2ff2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ FROM ${BASE_IMAGE}
ARG CLAMAV_VERSION

ENV \
DOCKER_COMMAND="/usr/sbin/clamd" \
CLAMAV_VERSION="${CLAMAV_VERSION}"
DOCKER_COMMAND="/usr/sbin/clamd"

RUN set -exo pipefail; \
apk add --no-cache \
clamav>${CLAMAV_VERSION} \
clamav-libunrar>${CLAMAV_VERSION} \
"clamav>${CLAMAV_VERSION}" \
"clamav-libunrar>${CLAMAV_VERSION}" \
; \
clamd --version

Expand Down

0 comments on commit c9e2ff2

Please sign in to comment.