Skip to content

Commit e88cc06

Browse files
Merge pull request 'fix runtime dependencies installer script name in dockerfile' (#92) from fix/dockerfile into main
Reviewed-on: https://gitea.obmondo.com/EnableIT/kubeaid-bootstrap-script/pulls/92
2 parents 7db9c82 + bb8f80f commit e88cc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LABEL org.opencontainers.image.authors="[email protected], [email protected]
2121

2222
WORKDIR /
2323

24-
COPY ./scripts/install-runtime-dependencies.sh /install-prerequisites.sh
24+
COPY ./scripts/install-runtime-dependencies.sh /install-runtime-dependencies.sh
2525
RUN chmod +x /install-runtime-dependencies.sh && \
2626
/install-runtime-dependencies.sh
2727

0 commit comments

Comments
 (0)