Skip to content

Commit 9ee5715

Browse files
authored
Fix devcontainer prebuild failure by removing Yarn apt source
1 parent f49f1a2 commit 9ee5715

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG INSTALL_NODE="true"
66
ARG NODE_VERSION="lts/*"
77

88
# 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
911
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1012
&& apt-get -y install --no-install-recommends \
1113
fonts-liberation \

0 commit comments

Comments
 (0)