Skip to content

Commit

Permalink
Merge pull request #74 from T-Systems-MMS/update_package_manager
Browse files Browse the repository at this point in the history
add update package manager database before package install
  • Loading branch information
michaelamattes authored Mar 3, 2023
2 parents bf5089b + 4969e9c commit c0f3af0
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 c0f3af0

Please sign in to comment.