Skip to content
Snippets Groups Projects
Commit 9509f17f authored by Chase Qi's avatar Chase Qi Committed by Stevan Radaković
Browse files

containers/bitbake-builder: install anybadge


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 8a3f7184
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -25,10 +25,11 @@ RUN apt-get update -qq \ ...@@ -25,10 +25,11 @@ RUN apt-get update -qq \
&& eatmydata apt-get install -qq -y \ && eatmydata apt-get install -qq -y \
bash git-repo git-lfs apt-utils build-essential chrpath cpio diffstat \ bash git-repo git-lfs apt-utils build-essential chrpath cpio diffstat \
gawk git sudo wget language-pack-en-base time locales python-is-python3 \ gawk git sudo wget language-pack-en-base time locales python-is-python3 \
python3-distutils libssl-dev iproute2 iputils-ping curl jq \ python3-distutils python3-pip libssl-dev iproute2 iputils-ping curl jq \
&& eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.04.2' \ && eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.04.2' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
RUN locale-gen RUN locale-gen
RUN pip3 install anybadge
# Let's just have /bin/sh as bash # Let's just have /bin/sh as bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections \ RUN echo "dash dash/sh boolean false" | debconf-set-selections \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment