Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Build PTY test image
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed May 7, 2018
1 parent 2dcdf3d commit d202981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- run: ./build.sh ubuntu-systemd-xenial
- run: ./build.sh no-entrypoint
- run: ./build.sh ignore-signals
- run: ./build.sh pty
ci-builder:
docker:
- image: docker:17.05.0-ce-git
Expand Down
2 changes: 2 additions & 0 deletions hack/test-images/pty/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y expect coreutils

0 comments on commit d202981

Please sign in to comment.