File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments