File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 11FROM 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
47RUN 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
Original file line number Diff line number Diff line change 2424 - ready_for_review
2525 - reopened
2626 - synchronize
27- paths :
28- - ' code/**'
29- - ' docker/**'
30- - ' package.json'
31- - ' pyproject.toml'
32- - ' .github/workflows/build-docker-images.yml'
33- - ' .github/workflows/build-docker.yml'
3427 merge_group :
3528 workflow_dispatch :
3629
Original file line number Diff line number Diff line change 1212 - ' .github/workflows/tests.yml'
1313 pull_request :
1414 branches : [main, dev, demo]
15- paths :
16- - ' code/**'
17- - ' pyproject.toml'
18- - ' package.json'
19- - ' pytest.ini'
20- - ' .github/workflows/tests.yml'
2115 types :
2216 - opened
2317 - ready_for_review
You can’t perform that action at this time.
0 commit comments