We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ca712 commit 7340c62Copy full SHA for 7340c62
Dockerfile
@@ -1,2 +1,3 @@
1
FROM ubuntu:20.04
2
-RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -yq curl vim awscli jq software-properties-common
+RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -yq curl vim awscli jq software-properties-common unzip zip
3
+RUN curl -s "https://get.sdkman.io" | bash
0 commit comments