~jelmer/tarmac/fixup-command

« back to all changes in this revision

Viewing changes to Dockerfile

  • Committer: Jelmer Vernooij
  • Date: 2022-11-06 10:51:38 UTC
  • Revision ID: jelmer@jelmer.uk-20221106105138-qszlhceqmsmzglqj
Add dependencies in setup.cfg, populate pyproject.toml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
COPY . /tmp/tarmac
6
6
 
7
 
RUN cd /tmp/tarmac && python3 setup.py install && rm -rf /tmp/tarmac
 
7
RUN cd /tmp/tarmac && pip3 install . && rm -rf /tmp/tarmac
8
8
 
9
9
ENV TARMAC_CONFIG_HOME=/config
10
10
VOLUME /config