We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd4f07 commit 7a0c5a7Copy full SHA for 7a0c5a7
Dockerfile
@@ -47,6 +47,9 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
47
zip \
48
&& rm -rf /var/lib/apt/lists/*;
49
50
+# Refresh keys to prevent invalid signature
51
+RUN apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com
52
+
53
# install nodejs and yarn packages from nodesource and yarn apt sources
54
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash - \
55
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
0 commit comments