Skip to content

Commit 7368923

Browse files
Improve Demo Docker
1 parent b54f1ba commit 7368923

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

oc_config_validate/demo/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
FROM python:3.9-slim-bullseye
22

3-
RUN apt-get update
4-
RUN apt-get install -y procps
3+
RUN apt-get update && apt-get install -y procps
54
RUN pip3 install oc-config-validate
65

76
WORKDIR /opt/oc_config_validate
87

98
COPY ./* demo/
109

10+
RUN mkdir /opt/certs
11+
1112
CMD /opt/oc_config_validate/demo/run_demo.sh -L -N

0 commit comments

Comments
 (0)