Skip to content

Commit

Permalink
Add iproute2 to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Feb 15, 2022
1 parent b06b9b8 commit 42a030a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ authors:
given-names: Carles
orcid: "https://orcid.org/0000-0002-9201-7007"
cff-version: "1.2.0"
date-released: "2021-08-24"
doi: 10.5281/zenodo.5244379
date-released: "2022-02-15"
identifiers:
- description: "The concept DOI of the work. This is a DOI always pointing to the latest stable release."
type: doi
Expand All @@ -28,6 +27,6 @@ keywords:
license: MIT
message: "If you use this software, please cite it using the metadata from this file."
repository-code: "https://github.com/carlesfernandez/yocto-geniux"
title: "Yocto Geniux"
title: "Yocto Geniux builder"
type: software
version: "2.0"
version: "2.1"
3 changes: 2 additions & 1 deletion base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Yocto Geniux base image to help building Geniux.

FROM ubuntu:18.04
LABEL version="1.2" description="Yocto Geniux base image" maintainer="carles.fernandez@cttc.es"
LABEL version="1.3" description="Yocto Geniux base image" maintainer="carles.fernandez@cttc.es"

# Install all Linux packages required for Yocto builds, plus other packages used
# in this file below, and in the interactive mode
Expand All @@ -23,6 +23,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
git \
git-lfs \
gnupg-agent \
iproute2 \
iputils-ping \
libegl1-mesa \
liblz4-tool \
Expand Down

0 comments on commit 42a030a

Please sign in to comment.