mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision b7a8b84debb42268ea95a45bdad8f727d1facdf7
This commit is contained in:
parent
ba929208e4
commit
953dbda9a6
215 changed files with 6409 additions and 1644 deletions
|
@ -46,6 +46,12 @@ ENV TZ "UTC"
|
|||
RUN echo "${TZ}" > /etc/timezone \
|
||||
&& dpkg-reconfigure --frontend noninteractive tzdata
|
||||
|
||||
# Set the locale
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
RUN useradd test \
|
||||
--shell /bin/bash \
|
||||
--create-home \
|
||||
|
@ -68,7 +74,7 @@ RUN sudo echo ""
|
|||
RUN mkdir -p /home/test/artifacts
|
||||
RUN mkdir -p /home/test/bin
|
||||
|
||||
ENV PATH="/home/test/bin:${PATH}"
|
||||
ENV PATH="/home/test/bin:/home/test/.local/bin:${PATH}"
|
||||
|
||||
WORKDIR /home/test/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue