Skip to content

Commit

Permalink
fix ANDROID_HOME - apache/cordova-android#949
Browse files Browse the repository at this point in the history
  • Loading branch information
Adelmo Freitas committed Oct 9, 2022
1 parent 90f32d3 commit caaff6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,8 @@ RUN wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | apt-key ad
RUN apt-get install -y postgresql postgresql-contrib
# which pg_config
RUN apt-get install libpq-dev

# Inclusão do Android build tools version 32.0.0
RUN yes | sdkmanager \
"platforms;android-32" \
"build-tools;32.0.0"

0 comments on commit caaff6f

Please sign in to comment.