Skip to content
Snippets Groups Projects

Upgrade to API 29

Merged Torsten Grote requested to merge api29 into master
2 files
+ 10
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
FROM debian:stretch
FROM debian:stretch-slim
# buster brings opendjk-11 which sdkmanager is currently not compatible with
# see https://stackoverflow.com/q/46402772
ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
Loading