Skip to content

Commit

Permalink
docker: fix docker build
Browse files Browse the repository at this point in the history
colrm is required to build lightway-core due to an issue
with wolfssl.
  • Loading branch information
xv-raihaan-m committed Aug 1, 2023
1 parent e4511f1 commit f15bce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV LC_ALL C.UTF-8
RUN apt-get update && apt-get install -qqy --no-install-recommends \
autoconf \
automake \
bsdmainutils \
dnsutils \
git \
iperf3 \
Expand Down
3 changes: 3 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
:environment:
- CFLAGS= -DLARGE_STATIC_BUFFERS -DWOLFSSL_DTLS_ALLOW_FUTURE -DWOLFSSL_MIN_RSA_BITS=2048 -DWOLFSSL_MIN_ECC_BITS=256 -fPIC
:build:
- /usr/local/bin/ceedling verbosity[4] clobber project:linux
- /usr/local/bin/ceedling verbosity[4] dependencies:fetch project:linux
- /usr/local/bin/ceedling verbosity[4] dependencies:make project:linux
- /usr/local/bin/ceedling verbosity[4] release project:linux
:artifacts:
:includes:
Expand Down

0 comments on commit f15bce3

Please sign in to comment.