forked from OSchip/llvm-project
parent
54071126d8
commit
103aedd285
|
@ -12,7 +12,7 @@ FROM launcher.gcr.io/google/debian8:latest
|
|||
|
||||
LABEL maintainer "LLVM Developers"
|
||||
|
||||
# Install packages for minimal usefull image.
|
||||
# Install packages for minimal useful image.
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends libstdc++-4.9-dev binutils && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
@ -17,7 +17,7 @@ FROM ubuntu
|
|||
LABEL maintainer "Maintainer <maintainer@email>"
|
||||
|
||||
# FIXME: Install all packages you want to have in your release container.
|
||||
# A minimal usefull installation must include libstdc++ and binutils.
|
||||
# A minimal useful installation must include libstdc++ and binutils.
|
||||
|
||||
# Unpack clang installation into this container.
|
||||
# It is copied to this directory by build_docker_image.sh script.
|
||||
|
|
Loading…
Reference in New Issue