File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ phases:
32
32
- ' python3.7 --version'
33
33
- ' python3.8 --version'
34
34
# Dependencies for running vscode.
35
- - ' >/dev/null apt-get -yqq install libatk1.0-0 libgtk-3-dev libxss1 xvfb libnss3-dev libasound2 libasound2-plugins libsecret-1-0 '
35
+ - ' >/dev/null apt-get -yqq install libatk1.0-0 libgtk-3-dev libxss1 xvfb libasound2 libasound2-plugins'
36
36
- ' >/dev/null pip3 install --upgrade aws-sam-cli'
37
37
# Print info about sam (version, location, …).
38
38
- ' pip3 show aws-sam-cli'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ phases:
13
13
# Without this, "Unable to locate package libatk1.0-0".
14
14
- ' >/dev/null apt-get -yqq update'
15
15
# Dependencies for running vscode.
16
- - ' >/dev/null apt-get -yqq install libatk1.0-0 libgtk-3-dev libxss1 xvfb libnss3-dev libasound2 libasound2-plugins libsecret-1-0 '
16
+ - ' >/dev/null apt-get -yqq install libatk1.0-0 libgtk-3-dev libxss1 xvfb libasound2 libasound2-plugins'
17
17
18
18
pre_build :
19
19
commands :
You can’t perform that action at this time.
0 commit comments