There was an error while loading. Please reload this page.
1 parent 3ba48a2 commit 48f5900Copy full SHA for 48f5900
1 file changed
.devcontainer/Dockerfile
@@ -6,6 +6,8 @@ ARG INSTALL_NODE="true"
6
ARG NODE_VERSION="lts/*"
7
8
# OS packages required to run the application
9
+# Remove Yarn apt source to avoid GPG key verification failures during apt-get update
10
+RUN rm -f /etc/apt/sources.list.d/yarn.list
11
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
12
&& apt-get -y install --no-install-recommends \
13
fonts-liberation \
0 commit comments