mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Fix CI
This commit is contained in:
parent
c4c8a43eb7
commit
f42fb96b9d
4 changed files with 21 additions and 77 deletions
|
|
@ -9,7 +9,10 @@ ENV CXXFLAGS="-fPIC"
|
|||
ENV SOURCE_DATE_EPOCH=1397818193
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y nano vim ccache
|
||||
RUN apt-get install -y nano vim ccache software-properties-common
|
||||
|
||||
RUN add-apt-repository ppa:git-core/ppa
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt install -y automake git pkg-config python xutils-dev && \
|
||||
git clone -b xorgproto-2020.1 --depth 1 https://gitlab.freedesktop.org/xorg/proto/xorgproto && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue