Skip to content

Commit

Permalink
#22 added Debian 10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Jan 3, 2020
1 parent 497edee commit 30c3683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
env:
matrix:
- DOCKER_BASE_IMAGE=debian:stretch-slim
- DOCKER_BASE_IMAGE=debian:buster-slim
script:
- export DOCKER_BASE_IMAGE=${DOCKER_BASE_IMAGE}
- pipenv run molecule test
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM {{ item.image }}
RUN mkdir -p /usr/share/man/man1

RUN apt-get update && \
apt-get install -y iproute sudo systemd systemd-sysv python python-setuptools ssh cron locales ca-certificates && \
apt-get install -y iproute2 sudo systemd systemd-sysv python python-setuptools ssh cron locales ca-certificates && \
apt-get clean

RUN systemctl mask getty.target

0 comments on commit 30c3683

Please sign in to comment.