We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4379 commit 700482eCopy full SHA for 700482e
.circleci/Dockerfile
@@ -38,7 +38,7 @@ RUN node -v
38
RUN apt-get auto-remove -y && apt-get clean -y && rm -rf /var/lib/apt/
39
40
# install aws cli
41
-ADD .circleci/awscli-publickey.pub awscli-publickey.pub
+COPY .circleci/awscli-publickey.pub awscli-publickey.pub
42
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$ARCH.zip" -o "awscliv2.zip"
43
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$ARCH.zip.sig" -o "awscliv2.sig"
44
RUN gpg --import awscli-publickey.pub
@@ -51,7 +51,7 @@ RUN useradd circleci --create-home
51
RUN echo "circleci ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
52
53
# install snyk
54
-ADD scripts/ scripts/
+COPY scripts/ scripts/
55
RUN mkdir -p /target/global-logging
56
RUN chown -R circleci scripts /target && chmod 770 scripts/*
57
0 commit comments