Switch to using a base image arg, so that the image can be passed into the dockerfile
Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM bellsoft/liberica-openjdk-debian:11
|
||||
ARG base_image=ubuntu:bionic
|
||||
FROM ${base_image}
|
||||
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user