some fixes, docker compose update

This commit is contained in:
2021-05-21 18:24:46 +02:00
parent 143ded24de
commit 4a7ea4b727
2 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM ubuntu:latest
# Specify the cross compiler version
# See: https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack
ENV XPM_ARM_XCOMPILER_VERSION = "10.2.1-1.1.2"
ENV XPM_ARM_XCOMPILER_VERSION="10.2.1-1.1.2"
RUN apt-get update -y && apt-get upgrade -y
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata