Skip to content

Commit 1d9d720

Browse files
fix: Resolved the issue with dev container (#2046)
1 parent aad5f69 commit 1d9d720

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM mcr.microsoft.com/devcontainers/python:3.11-bookworm
22

3+
# Remove Yarn repository to avoid GPG key expiration issue
4+
RUN rm -f /etc/apt/sources.list.d/yarn.list
5+
36
# install git
47
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
58
&& apt-get -y install --no-install-recommends git libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb

0 commit comments

Comments
 (0)