Mercurial > hg
view contrib/packaging/docker/ubuntu.template @ 42571:3be6ff55095b
crecord: fix if -> elif when handling key presses
This shouldn't actually change any behavior, I only noticed it since I started
using KEY_UP in tests, and it was complaining when it got down to the ^L
handler that initscr hadn't been called yet.
Differential Revision: https://phab.mercurial-scm.org/D6619
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Mon, 08 Jul 2019 12:38:37 -0700 |
parents | c8ef9d897e14 |
children | b084ad4875a4 |
line wrap: on
line source
FROM ubuntu:%CODENAME% RUN groupadd -g 1000 build && \ useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ devscripts \ dh-python \ less \ python \ python-all-dev \ python-docutils \ unzip \ zip