Try using my own docker image

This commit is contained in:
Ben Jackson 2019-02-17 21:51:34 +00:00
commit 30da2ab862
3 changed files with 20 additions and 20 deletions

View file

@ -0,0 +1,9 @@
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y dist-upgrade && \
apt-get -y install python3 vim tcl tcl-dev tcllib && apt-get -y autoremove
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime && \
dpkg-reconfigure --frontend noninteractive tzdata