Skip to content

Commit

Permalink
integration: fix spacing in dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugelgupf committed Nov 8, 2018
1 parent 8cdfa58 commit f5919ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/images/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY config_linux4.17_amd64.txt .config
# Build linux
RUN set -eux; \
git clone --depth=1 --branch=v4.17 https://github.com/torvalds/linux; \
sudo chmod 0444 .config; \
sudo chmod 0444 .config; \
mv .config linux/; \
cd linux; \
make -j$(($(nproc) * 2 + 1)); \
Expand Down

0 comments on commit f5919ca

Please sign in to comment.