Fix build issue cause fgmeta change
Signed-off-by: fly <merspieler@alwaysdata.com>
This commit is contained in:
parent
6807168222
commit
7b794e34a4
1 changed files with 5 additions and 0 deletions
|
@ -10,8 +10,13 @@ RUN apt-get -y update &&\
|
|||
|
||||
ENV SG_VERSION e2755a302449fd2c447deaee50c3016402bf0353
|
||||
ENV FG_VERSION b71b27ea18d43169d3e91882b23c6af3fc01297d
|
||||
# any later fgmeta will abort cause run as root
|
||||
ENV FGMETA_VERSION 45917d6075d942437dc8b63b7ec9d84ffe60b408
|
||||
|
||||
RUN git clone https://git.code.sf.net/p/flightgear/fgmeta &&\
|
||||
cd fgmeta &&\
|
||||
git checkout $FGMETA_VERSION &&\
|
||||
cd .. &&\
|
||||
mkdir fgelev &&\
|
||||
cd fgelev &&\
|
||||
git clone https://git.code.sf.net/p/flightgear/simgear &&\
|
||||
|
|
Loading…
Add table
Reference in a new issue