Skip to content

Commit d2a970f

Browse files
authored
YARN-11713. yarn-ui build fails in ARM docker in MacOs phantomjs error. (#7729)
1 parent 7f6fca4 commit d2a970f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-support/docker/Dockerfile_aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN chmod a+x pkg-resolver/*.sh pkg-resolver/*.py \
4646
RUN apt-get -q update \
4747
&& apt-get -q install -y --no-install-recommends wget apt-transport-https gpg gpg-agent gawk ca-certificates \
4848
&& apt-get -q install -y --no-install-recommends python3 \
49+
&& apt-get -q install -y --no-install-recommends phantomjs \
4950
&& echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" > /etc/apt/sources.list.d/adoptium.list \
5051
&& wget -q -O - https://packages.adoptium.net/artifactory/api/gpg/key/public > /etc/apt/trusted.gpg.d/adoptium.asc \
5152
&& apt-get -q update \

0 commit comments

Comments
 (0)