Lines Matching +full:- +full:- +full:workdir
3 RUN dnf install -y \
4 gcc flex bison libatomic meson ninja-build xdotool \
11 'pkgconfig(pixman-1)' \
15 'pkgconfig(glib-2.0)' \
21 'pkgconfig(json-c)' \
22 'pkgconfig(gtk-doc)' \
25 python3-docutils
28 RUN dnf install -y make
30 WORKDIR /tmp/peg
32 RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz
33 RUN tar xf peg-0.1.18.tar.gz
34 RUN cd peg-0.1.18 && make PREFIX=/usr install
35 RUN rm -fr /tmp/peg
37 # For compile-testing on clang
38 RUN dnf install -y clang
41 WORKDIR /usr/src
42 RUN curl -O https://files.pythonhosted.org/packages/c0/9b/44cdb8adcbb186be6cba5c93718d0c68f177b0e80…
44 # Cleanup workdir
45 WORKDIR /