Skip to content

Commit

Permalink
add update package manager database before package install
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Mar 3, 2023
1 parent bf5089b commit 4969e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.d/12_packages
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## packages
RUN if [ -n "${PACKAGES}" ]; then \
IFS=';' && \
apt-get update && \
install_packages ${PACKAGES[@]}; \
fi

0 comments on commit 4969e9c

Please sign in to comment.