Use latest ubuntu rather than pinning to bionic
This commit is contained in:
parent
81ffa7e948
commit
9fcde9d81d
@ -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
|
||||
|
||||
LABEL com.circleci.preserve-entrypoint=true
|
||||
ENTRYPOINT python3 -c "import time; time.sleep(100000)"
|
||||
ENTRYPOINT sleep 2h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user