Skip to content

Commit

Permalink
Add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Jul 8, 2019
1 parent 70a780b commit cd7612a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ ENV LANG en_US.UTF-8
# Install unversioned dependency packages from Ubuntu repositories.

ENV UNVERSIONED_DEPENDENCY_PACKAGES \
# Needed by the bash script to determine if this is the latest container.
curl \
jq \
# Needed to install the Python packages
python3-pip \
python3-setuptools

Expand Down

0 comments on commit cd7612a

Please sign in to comment.