mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-17 23:54:34 +08:00
[docker] give an other chance to tzdata
This commit is contained in:
@@ -14,10 +14,14 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y software
|
||||
RUN add-apt-repository ppa:paparazzi-uav/ppa
|
||||
RUN add-apt-repository ppa:team-gcc-arm-embedded/ppa
|
||||
|
||||
# setup tzdata
|
||||
ENV TZ=Etc/UTC
|
||||
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata
|
||||
|
||||
# install paparazzi-dev which pull in the dependencies
|
||||
# also install cross compiler and some stuff for X
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
TZ=Etc/UTC \
|
||||
apt-get update && apt-get install -y \
|
||||
cmake \
|
||||
gcc-arm-embedded \
|
||||
|
||||
Reference in New Issue
Block a user