Use latest ubuntu rather than pinning to bionic

This commit is contained in:
Kovid Goyal 2019-01-25 11:56:51 +05:30
parent 81ffa7e948
commit 9fcde9d81d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,6 +1,6 @@
FROM ubuntu:bionic FROM ubuntu:latest
RUN apt-get update && apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev python3 python3-flake8 python3-pip RUN apt-get update && apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev python3 python3-flake8 python3-pip
LABEL com.circleci.preserve-entrypoint=true LABEL com.circleci.preserve-entrypoint=true
ENTRYPOINT python3 -c "import time; time.sleep(100000)" ENTRYPOINT sleep 2h