Sign inSign up

pointcloudlibrary/fmt

By pointcloudlibrary

Updated over 6 years ago

Image
Machine learning & AI
Data science
0

10K+

pointcloudlibrary/fmt repository overview

This was previously used to check code formatting via clang-format, but is now unused (replaced by Ubuntu 22.04 hosted directly by Azure Pipelines).

# Azure needs node shadow, sudo and the label
FROM node:lts-alpine

# clang-10 needed alpine edge as of 2020-Apr-28
RUN apk add \
        --no-cache \
        --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
        bash clang git shadow sudo

LABEL "com.azure.dev.pipelines.agent.handler.node.path"="/usr/local/bin/node"

CMD [ "bash" ]

Tag summary

Content type

Image

Digest

Size

87.1 MB

Last updated

over 6 years ago

docker pull pointcloudlibrary/fmt