Skip to content

Commit 48da53f

Browse files
committed
wip
1 parent 6c1414d commit 48da53f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.ci/run-container-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545

4646
# Fetch origin/master so that we can diff when checking coding style.
4747
git 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

5050
TARGET_BRANCH=origin/${TARGET_BRANCH}
5151

Dockerfile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@
1717
FROM ubuntu:22.04@sha256:0eb0f877e1c869a300c442c41120e778db7161419244ee5cbc6fa5f134e74736
1818
ENV 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

0 commit comments

Comments
 (0)