mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 12:31:34 +00:00
Update AUFS kernel to 4.9
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -20,7 +20,7 @@ RUN if [ $DEBUG -ne "0" ]; then \
|
||||
fi
|
||||
|
||||
# Apply local patches
|
||||
COPY patches /patches
|
||||
COPY patches-4.9 /patches
|
||||
RUN cd /linux && \
|
||||
set -e && for patch in /patches/*.patch; do \
|
||||
echo "Applying $patch"; \
|
||||
|
||||
Reference in New Issue
Block a user