Right now, we run RUN apt update && apt install [...] in the docker containers, however when the distro sources update, the packages also update to the newer version and might not be consistent with the server built dockerfile. Therefore, we should introduce using snapshot sources:
Right now, we run
RUN apt update && apt install [...]in the docker containers, however when the distro sources update, the packages also update to the newer version and might not be consistent with the server built dockerfile. Therefore, we should introduce using snapshot sources: