Skip to content

Commit

Permalink
ticket-1533 Codacy related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Jul 20, 2023
1 parent d51cb00 commit c174c73
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 @@ -8,7 +8,7 @@ RUN apt-get install --no-install-recommends -y build-essential zlib1g-dev libncu
# NOTICE: we need to install SSL 1.1 manually here in order to make BLS command line tools working
RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee /etc/apt/sources.list.d/focal-security.list
RUN apt-get update
RUN apt-get install libssl1.1
RUN apt-get install --no-install-recommends -y libssl1.1
# NOTICE: to remove extra dep above: sudo rm /etc/apt/sources.list.d/focal-security.list

RUN curl -sL https://deb.nodesource.com/setup_16.x | bash
Expand Down

0 comments on commit c174c73

Please sign in to comment.