Skip to content

Commit

Permalink
fix: install sudo in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
tamassoltesz committed Jan 4, 2025
1 parent 70027a3 commit 3a31dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile-ubuntu22
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-12.0.2
# Import Repository Signing Key
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
RUN apt install curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates -y
RUN apt install curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates sudo -y
# Add PostgreSQL repository
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
# Update again
Expand Down

0 comments on commit 3a31dfd

Please sign in to comment.