Skip to content

Commit

Permalink
Correct desktop build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Sep 2, 2024
1 parent 4757014 commit 148e2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN export CODENAME=$(lsb_release -cs) && \
TEMP_DEB="$(mktemp)" && \
curl -L "https://github.com/KhiopsML/khiops/releases/download/${KHIOPS_VERSION}/khiops_${KHIOPS_VERSION}-1-${CODENAME}.amd64.deb" -o "$TEMP_DEB" && \
dpkg -i --force-all "$TEMP_DEB" && \
apt-get update && \
apt-get -f -y install --no-install-recommends && \
rm -f $TEMP_DEB && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 148e2bc

Please sign in to comment.