Skip to content

Commit 4748efe

Browse files
author
Luca Marturana
committed
Add less to docker image
1 parent d07cc79 commit 4748efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN echo "deb http://httpredir.debian.org/debian jessie main" > /etc/apt/sources
2424
gcc \
2525
gcc-5 \
2626
gcc-4.9 \
27-
libelf1 && rm -rf /var/lib/apt/lists/*
27+
libelf1 less && rm -rf /var/lib/apt/lists/*
2828

2929
# Terribly terrible hacks: since our base Debian image ships with GCC 5.0 which breaks older kernels,
3030
# revert the default to gcc-4.9. Also, since some customers use some very old distributions whose kernel

docker/stable/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN echo "deb http://httpredir.debian.org/debian jessie main" > /etc/apt/sources
2424
gcc \
2525
gcc-5 \
2626
gcc-4.9 \
27-
libelf1 && rm -rf /var/lib/apt/lists/*
27+
libelf1 less && rm -rf /var/lib/apt/lists/*
2828

2929
# Terribly terrible hacks: since our base Debian image ships with GCC 5.0 which breaks older kernels,
3030
# revert the default to gcc-4.9. Also, since some customers use some very old distributions whose kernel

0 commit comments

Comments
 (0)