We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51b401 commit bb4186bCopy full SHA for bb4186b
Dockerfile.template
@@ -30,7 +30,7 @@ WORKDIR /root
30
31
## custom packages to install
32
RUN test -n "${PACKAGES}" && \
33
- yum install -y ${PACKAGE} && \
+ yum install -y ${PACKAGES} && \
34
yum clean all || :
35
36
###################################### Tools ######################################
0 commit comments