From bb2a176d9ede2b7fe9d581af5c962de5e0a82496 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sun, 3 Oct 2021 22:04:21 +0200 Subject: [PATCH] update --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index dcd7387..30fc6f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ ENV ANDROID_SDK_TOOLS_VERSION 7583922 RUN apt-get update \ && apt-get install -qq -y --no-install-recommends \ apt-transport-https \ + wget \ + bc \ curl \ file \ gcc \