Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Add net-tools to installed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehenry committed Oct 4, 2019
1 parent b0e42dd commit 648258f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## UPCOMING

## `v2019_10_04_1`

* Add `net-tools` to pre-installed packages.4
https://github.com/bitrise-io/android/pull/241

## `v2019_06_21_1`

* new preinstalled packages:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update -qq
# Dependencies to execute Android builds
RUN dpkg --add-architecture i386
RUN apt-get update -qq
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-8-jdk libc6:i386 libstdc++6:i386 libgcc1:i386 libncurses5:i386 libz1:i386
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-8-jdk libc6:i386 libstdc++6:i386 libgcc1:i386 libncurses5:i386 libz1:i386 net-tools


# ------------------------------------------------------
Expand Down

0 comments on commit 648258f

Please sign in to comment.