feat: add uuid-runtime to fix random id generation in tests

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-16 00:05:57 -04:00
parent 709d8d411c
commit 4a8ed5cd06

View File

@@ -2,7 +2,7 @@ FROM dokku/dokku:latest
RUN apt-get update
RUN apt-get install --no-install-recommends -y build-essential file nano && \
apt-get install --no-install-recommends -y shellcheck xmlstarlet && \
apt-get install --no-install-recommends -y shellcheck uuid-runtime xmlstarlet && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*