Skip to content

Commit

Permalink
fix: no valid OpenPGP data found
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 22, 2021
1 parent 0824a1b commit 7c8622e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM clojure:openjdk-11-tools-deps-1.10.1.727
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install -y nodejs

RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
RUN apt-get update && apt-get install ca-certificates && \
wget --no-check-certificate -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get update && \
apt-get install -y yarn
Expand Down

0 comments on commit 7c8622e

Please sign in to comment.