File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN (cd timew && cmake -DCMAKE_INSTALL_PREFIX=${OPT} -DCMAKE_BULD_TYPE=release .
3232
3333# Now, the runner
3434FROM ubuntu:22.10 AS run
35- RUN apt-get update
36- RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y python3 tzdata
35+ RUN apt-get update
36+ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y python3 tzdata python3-pip curl emacs-nox
3737ENV TZ="America/New_York"
3838COPY --from=build /opt /opt
3939VOLUME /config /data
@@ -42,11 +42,6 @@ ENV TASKDATA=/data/task
4242ENV TIMEWARRIORDB=/data/timew
4343ENV PATH=/opt/bin:${HOME}/bin:/usr/local/bin:/usr/bin:/bin
4444
45- # TODO MOVE UP
46- USER root
47- RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y python3 python3-pip
48- RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y curl
49-
5045# TODO: version
5146ARG BUGWARRIOR_VERSION=develop
5247RUN (mkdir bugwarrior && cd bugwarrior && curl -L https://github.com/ralphbean/bugwarrior/tarball/${BUGWARRIOR_VERSION} | tar xfpz - --strip-components=1 )
@@ -57,3 +52,5 @@ RUN rm -rf /bugwarrior
5752ENV XDG_CONFIG_HOME=/config
5853ENV BUGWARRIORRC=/config/bugwarrior/bugwarriorrc
5954ENV TZ="America/Chicago"
55+ ENV EDITOR="emacs"
56+ ENV VISUAL="emacs"
You can’t perform that action at this time.
0 commit comments