mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Use latest ubuntu rather than pinning to bionic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user