Skip to content

Commit

Permalink
Dockerfile: Linux: Fix backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Aug 10, 2024
1 parent 7400c68 commit d59370d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/linux/Dockerfile.bhl-build
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ RUN apt-get update && \
g++-9-multilib \
gcc-9-multilib \
libc6:i386 \
libssl-dev
libssl-dev \
make \
ninja-build \
ninja-build

# Build cmake
WORKDIR /build/cmake
Expand Down

0 comments on commit d59370d

Please sign in to comment.