We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf5089b + 4969e9c commit c0f3af0Copy full SHA for c0f3af0
template.d/12_packages
@@ -1,5 +1,6 @@
1
## packages
2
RUN if [ -n "${PACKAGES}" ]; then \
3
IFS=';' && \
4
+ apt-get update && \
5
install_packages ${PACKAGES[@]}; \
6
fi
0 commit comments