Skip to content

Commit

Permalink
Updating the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Feb 20, 2021
1 parent ce8a11e commit 94d703c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM ubuntu:20.04
# Arguments that can be overridden in 'docker build' command:
# Versions of Android SDK and NDK. The CMake is installed via NDK.
ARG VERSION_SDK=6858069
ARG VERSION_NDK=21.3.6528147
ARG VERSION_NDK=21.4.7075529
ARG VERSION_CMAKE=3.10.2.4988404

# Package to install via pip3
ARG VERSION_MESON=0.53.2
ARG VERSION_MESON=0.57.1

# The HOME variable isn't available for ENV directive (during building an image).
# So we define one manually. For alpine and ubuntu it should be '/root'
Expand Down

0 comments on commit 94d703c

Please sign in to comment.