fix visicut

This commit is contained in:
Simon Bruder 2018-03-18 21:53:13 +00:00 committed by jalr
parent e94e04e7e7
commit 99c8ca9e1a
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ RUN apk add --no-cache \
mktorrent \
openssh-client \
rsync \
squashfs-tools
squashfs-tools \
ca-certificates
ARG PACKER_VERSION

View file

@ -1,5 +1,5 @@
---
- name: install java
apt:
name: openjdk-8-jre
name: default-jre
state: present