Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes committed Oct 19, 2023
1 parent e309b99 commit 375faf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends sudo gcc mak

RUN curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain $RUST_VERSION -y

RUN apt-get update && apt-get install -y -q --no-install-recommends build-essential clang cmake libglib2.0-dev\
lld protobuf-compiler &&\
RUN apt-get update && apt-get install -y -q --no-install-recommends build-essential clang\
cmake libglib2.0-dev lld protobuf-compiler &&\
/usr/local/cargo/bin/cargo install --locked --version $DENO_VERSION deno &&\
apt-get remove -y build-essential clang cmake libglib2.0-dev lld protobuf-compiler && apt-get autoremove -y &&\
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 375faf7

Please sign in to comment.