File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN node -v
3838RUN apt-get auto-remove -y && apt-get clean -y && rm -rf /var/lib/apt/
3939
4040# install aws cli
41- ADD .circleci/awscli-publickey.pub awscli-publickey.pub
41+ COPY .circleci/awscli-publickey.pub awscli-publickey.pub
4242RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$ARCH.zip" -o "awscliv2.zip"
4343RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$ARCH.zip.sig" -o "awscliv2.sig"
4444RUN gpg --import awscli-publickey.pub
@@ -51,7 +51,7 @@ RUN useradd circleci --create-home
5151RUN echo "circleci ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
5252
5353# install snyk
54- ADD scripts/ scripts/
54+ COPY scripts/ scripts/
5555RUN mkdir -p /target/global-logging
5656RUN chown -R circleci scripts /target && chmod 770 scripts/*
5757
You can’t perform that action at this time.
0 commit comments