merge(3p/glog): Vendor glog from commit 'afe04691'
This commit is contained in:
commit
6941048b7e
133 changed files with 23455 additions and 0 deletions
14
third_party/glog/Dockerfile.ubuntu.template
vendored
Normal file
14
third_party/glog/Dockerfile.ubuntu.template
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Build Ubuntu image
|
||||
FROM @BUILD_ARCH@/@BUILD_FLAVOR@:@BUILD_RELEASE@
|
||||
|
||||
# see https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/run
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
@BUILD_PACKAGES@ \
|
||||
build-essential \
|
||||
g++
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . /usr/src/app
|
||||
Loading…
Add table
Add a link
Reference in a new issue