Skip to content

Commit

Permalink
Revert "Add secret client dependency"
Browse files Browse the repository at this point in the history
This reverts commit 5df0f8d.
  • Loading branch information
filip-debricked committed Sep 17, 2024
1 parent a0b3337 commit 52370c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.li
# echo "Pin: release a=testing" >> /etc/apt/preferences && \
# echo "Pin-Priority: -3" >> /etc/apt/preferences

RUN apt -y update && apt -y upgrade && apt -y install curl gnupg unzip gnome-keyring && \
RUN apt -y update && apt -y upgrade && apt -y install curl gnupg unzip && \
apt -y clean && rm -rf /var/lib/apt/lists/*

RUN mkdir -p /etc/apt/keyrings
Expand Down

0 comments on commit 52370c0

Please sign in to comment.