Skip to content

Commit

Permalink
Fix clang missed in freebsd image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucor committed Mar 15, 2021
1 parent 3aab2ec commit 5e2241a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/freebsd/Dockerfile
Expand Up @@ -25,6 +25,8 @@ RUN apt-get update -qq \
libxml2-dev \
libzstd-dev \
bsdtar \
clang \
llvm \
&& mkdir /pkg \
&& curl -L https://github.com/freebsd/pkg/archive/1.12.0.tar.gz | bsdtar -xf - -C /pkg \
&& cd /pkg/pkg-* \
Expand Down

0 comments on commit 5e2241a

Please sign in to comment.