Browse Source

Update to ubuntu 18.04 in docker image

android-5
Fredrik Fornwall 7 years ago
parent
commit
365aacb44e
  1. 2
      scripts/Dockerfile

2
scripts/Dockerfile

@ -4,7 +4,7 @@
# docker push termux/package-builder
# This is done after changing this file or any of the
# scripts/setup-{ubuntu,android-sdk}.sh setup scripts.
FROM ubuntu:17.10
FROM ubuntu:18.04
# Fix locale to avoid warnings:
ENV LANG C.UTF-8

Loading…
Cancel
Save