Unverified Commit ff7ef4c3 authored by Nikolai Rykunov's avatar Nikolai Rykunov Committed by GitHub

Install pkg-config and libdbus-1 for Skiko Android publishing docker image (#739)

parent da45eaa6
......@@ -5,6 +5,7 @@ RUN apt-get update -y && \
apt-get install binutils build-essential software-properties-common -y && \
apt-get install git curl wget unzip -y && \
apt-get install python -y && \
apt-get install pkg-config libdbus-1-dev -y && \
apt-get install openjdk-11-jdk -y && \
rm -rf /var/lib/apt/lists/*
ENV ANDROID_SDK_ROOT=/android/sdk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment