Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Mar 12, 2024
1 parent 2938959 commit fbe868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_base
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR docker

# Install required system packages
RUN apt update
RUN apt install -y --no-install-recommends sudo file python3-dateutil wget fakeroot libssl-dev build-essential \
RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends sudo file python3-dateutil wget fakeroot libssl-dev build-essential \
software-properties-common
RUN echo "check_certificate = off" > /etc/wgetrc

Expand Down

0 comments on commit fbe868b

Please sign in to comment.