some fixes, docker compose update

This commit is contained in:
Robin Müller 2021-05-21 18:24:46 +02:00
parent 143ded24de
commit 4a7ea4b727
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
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

View File

@ -10,3 +10,8 @@ services:
build:
context: .
dockerfile: bsp_hosted/Dockerfile
build-freertos:
build:
context: .
dockerfile: bsp_stm32_freertos/Dockerfile