mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
change to jessie-slim
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
0365820d00
commit
46a1460556
|
@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Build libbcc
|
||||
ENV BCC_VERSION v1
|
||||
ENV BCC_VERSION v0.7.0
|
||||
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc
|
||||
RUN ( \
|
||||
cd /usr/src/bcc \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:jessie
|
||||
FROM debian:jessie-slim
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
|
@ -86,7 +86,7 @@ compare() {
|
|||
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
|
||||
else
|
||||
# add to the bad versions
|
||||
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "mc" ]] && [[ "$dir" != "powershell" ]]; then
|
||||
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "mc" ]] && [[ "$dir" != "powershell" ]] && [[ "$dir" != "bcc-tools" ]]; then
|
||||
bad_versions+=( "${dir}" )
|
||||
fi
|
||||
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | ${releases}"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
|
||||
# Base docker image
|
||||
FROM debian:jessie
|
||||
FROM debian:jessie-slim
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
# Install Rstudio deps
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# --name skype \
|
||||
# jess/skype
|
||||
#
|
||||
FROM debian:jessie
|
||||
FROM debian:jessie-slim
|
||||
|
||||
# Tell debconf to run in non-interactive mode
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
|
Loading…
Reference in New Issue
Block a user