Skip to content

Commit 48f5900

Browse files
authored
[WIP] Fix failing GitHub Actions job prebuild (#4097)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 3ba48a2 commit 48f5900

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)