Skip to content

Commit bb4186b

Browse files
committed
fix var name
1 parent a51b401 commit bb4186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKDIR /root
3030

3131
## custom packages to install
3232
RUN test -n "${PACKAGES}" && \
33-
yum install -y ${PACKAGE} && \
33+
yum install -y ${PACKAGES} && \
3434
yum clean all || :
3535

3636
###################################### Tools ######################################

0 commit comments

Comments
 (0)