We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad5f69 commit 1d9d720Copy full SHA for 1d9d720
1 file changed
.devcontainer/Dockerfile
@@ -1,5 +1,8 @@
1
FROM mcr.microsoft.com/devcontainers/python:3.11-bookworm
2
3
+# Remove Yarn repository to avoid GPG key expiration issue
4
+RUN rm -f /etc/apt/sources.list.d/yarn.list
5
+
6
# install git
7
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
8
&& 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