Fixed android tests

This commit is contained in:
Syrus 2020-04-14 13:19:40 -07:00
parent 6216891ded
commit 952374ccfa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:19.04 FROM ubuntu:19.10
RUN dpkg --add-architecture i386 && \ RUN dpkg --add-architecture i386 && \
apt-get update && \ apt-get update && \

View File

@ -1,4 +1,4 @@
FROM ubuntu:19.04 FROM ubuntu:19.10
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \