Skip to content

Vehicle-Telematics-Control-Unit/TCU-docker_building_packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building packages docker image

This repo contains docker file for necessary building packages used by services on the TCU it's considered as the parent docker image.

How to use it

add this as the builder image in your docker files

FROM registry.digitalocean.com/vehicle-plus/tcu_builder_packs:v8 as builder

COPY build_src build_src


# install those as they are not included in the building image
RUN apk update && apk add --no-cache --virtual .second_build_dependency \
    binutils cmake curl gcc g++ git libtool make tar build-base linux-headers

## ............

FROM alpine:3.17.2

## ......

how to run

if you want to rebuild the docker image run this script

$ sudo ./multiarch_build.sh

About

docker files and scripts used to build other docker services on the TCU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published