Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from mindvalley/chore/update-dockerfile
Browse files Browse the repository at this point in the history
remove version constraint
  • Loading branch information
onimsha authored Jul 2, 2024
2 parents a1dfdb3 + 1654185 commit 153bf0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"
# zip for Vespa step futher down
# ca-certificates for HTTPS
RUN apt-get update && \
apt-get install -y cmake curl zip ca-certificates libgnutls30=3.7.9-2+deb12u2 \
libblkid1=2.38.1-5+deb12u1 libmount1=2.38.1-5+deb12u1 libsmartcols1=2.38.1-5+deb12u1 \
libuuid1=2.38.1-5+deb12u1 && \
apt-get install -y cmake curl zip ca-certificates libgnutls30 \
libblkid1 libmount1 libsmartcols1 \
libuuid1 && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

Expand Down

0 comments on commit 153bf0f

Please sign in to comment.