Skip to content

Commit

Permalink
add more libs for linking in redbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
redthing1 committed Jul 7, 2023
1 parent 22e6f22 commit 94a589a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.docker
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
curl wget xz-utils \
build-essential make libc6-dev libcurl4 \
git libxml2 \
libssl-dev zlib1g-dev openssl \
&& rm -rf /var/lib/apt/lists/* && apt autoremove -y && apt clean

# install dlang
Expand Down

0 comments on commit 94a589a

Please sign in to comment.