add latest version generic support

This commit is contained in:
Eli Trop
2020-12-30 12:13:33 +02:00
parent fa8c51db48
commit 22d65e922d
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,7 @@ FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y wget
RUN apt-get install -y curl
COPY entrypoint.sh /entrypoint.sh