Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Melky-Phoe committed Sep 25, 2024
1 parent b4a16f5 commit 6845253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/docker/ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common && \
add-apt-repository ppa:ubuntu-toolchain-r/test

RUN apt-get update && \
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
coreutils lsb-release build-essential openssh-server git libssl-dev wget gcc-13 g++-13 patchelf && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 6845253

Please sign in to comment.