We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90050c2 commit e18441dCopy full SHA for e18441d
1 file changed
packages/cdk-s3-antivirus/src/layers/clamav/Dockerfile
@@ -1,7 +1,7 @@
1
FROM public.ecr.aws/lambda/provided:al2.2021.09.13.11
2
3
ARG asset_name=layer
4
-ARG CLAMAV_VERSION=0.103.3-5.el7
+ARG CLAMAV_VERSION=0.103.3-8.el7
5
6
USER root
7
RUN mkdir -p /opt/{lib,clamav}
@@ -10,8 +10,7 @@ RUN mkdir -p /opt/{lib,clamav}
10
# tools
11
#
12
RUN yum install -y zip yum-utils amazon-linux-extras
13
-RUN amazon-linux-extras install epel -y
14
-RUN yum-config-manager --enable epel
+RUN amazon-linux-extras install epel -y && yum-config-manager --enable epel
15
16
17
# layer
0 commit comments