Try using my own docker image
This commit is contained in:
parent
c57070ee82
commit
30da2ab862
3 changed files with 20 additions and 20 deletions
9
tests/ci/image/Dockerfile
Normal file
9
tests/ci/image/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue