This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit b513dd9475bfbb041deffe61a3ec339567807dd0 Author: cong.wang <[email protected]> AuthorDate: Tue Jun 7 15:18:29 2022 +0800 fix: add license --- devops/alpine-dbt-mysql/Dockerfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/devops/alpine-dbt-mysql/Dockerfile b/devops/alpine-dbt-mysql/Dockerfile index f827093c..554979ae 100644 --- a/devops/alpine-dbt-mysql/Dockerfile +++ b/devops/alpine-dbt-mysql/Dockerfile @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# current tag: mericodev/alpine-dbt-mysql:0.0.1 FROM --platform=linux/amd64 alpine:3.15 RUN apk add --no-cache musl-dev libgit2-dev libffi-dev \ && apk add --no-cache gcc
