File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4545
4646# Fetch origin/master so that we can diff when checking coding style.
4747git remote set-branches --add origin ${TARGET_BRANCH}
48- git fetch origin ${TARGET_BRANCH} --no-recurse-submodules
48+ git fetch origin ${TARGET_BRANCH} --no-recurse-submodules --tags
4949
5050TARGET_BRANCH=origin/${TARGET_BRANCH}
5151
Original file line number Diff line number Diff line change 1717FROM ubuntu:22.04@sha256:0eb0f877e1c869a300c442c41120e778db7161419244ee5cbc6fa5f134e74736
1818ENV DEBIAN_FRONTEND=noninteractive
1919
20- RUN apt-get update && apt-get upgrade -y &&\
21- apt-get install -y wget nano rsync curl gnupg2 jq unzip bzip2 &&\
20+ RUN apt-get update && apt-get install -y \
21+ wget \
22+ nano \
23+ rsync \
24+ curl \
25+ gnupg2 \
26+ jq \
27+ unzip \
28+ bzip2 &&\
2229 rm -r /var/lib/apt/lists/*
2330
2431# Install gcc8-arm-none-eabi
You can’t perform that action at this time.
0 commit comments