Skip to content

Commit

Permalink
remove repo need
Browse files Browse the repository at this point in the history
  • Loading branch information
jmutai committed Sep 17, 2024
1 parent fe64e78 commit fd3b568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN groupadd -g "${GID}" vault && mkdir -p /home/vault \


# Update apt and Install dependencies
RUN apt update && apt install software-properties-common -y && add-apt-repository ppa:rmescandon/yq -y \
RUN apt update && apt install software-properties-common -y \
&& apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
tzdata \
curl \
Expand Down

0 comments on commit fd3b568

Please sign in to comment.