fix visicut
This commit is contained in:
parent
e94e04e7e7
commit
99c8ca9e1a
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,8 @@ RUN apk add --no-cache \
|
|||
mktorrent \
|
||||
openssh-client \
|
||||
rsync \
|
||||
squashfs-tools
|
||||
squashfs-tools \
|
||||
ca-certificates
|
||||
|
||||
ARG PACKER_VERSION
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: install java
|
||||
apt:
|
||||
name: openjdk-8-jre
|
||||
name: default-jre
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue