Skip to content

Commit

Permalink
Added license to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
twillhal committed Aug 22, 2024
1 parent e3960c0 commit 9be2daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 as builder
# Dockerfile for Intel PCM sensor server
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2020-2024 Intel Corporation

RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasan libasan-static
COPY . /tmp/pcm
Expand Down

0 comments on commit 9be2daf

Please sign in to comment.