Skip to content

Commit

Permalink
Docker для тестирования пакета.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpas committed Apr 15, 2018
1 parent 0a842c9 commit d8b3abf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/package/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ubuntu:xenial

RUN apt-get update
RUN apt-get install -y software-properties-common python-software-properties
RUN add-apt-repository ppa:dmpas/e8
RUN apt-get update

RUN apt-get install ctool1cd

ENTRYPOINT /usr/bin/ctool1cd

0 comments on commit d8b3abf

Please sign in to comment.