Skip to content

Commit

Permalink
[#167] Added lcov to the container;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 30, 2023
1 parent 61aa001 commit e6bf05a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions support/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CryptoLib Dockerfile
#
# docker build -t ivvitc/cryptolib:latest .
# docker push ivvitc/cryptolib:latest
#

FROM ubuntu:20.04 AS cl0
Expand All @@ -16,6 +17,7 @@ RUN apt-get update -y \
gettext \
git \
gdb \
lcov \
libcurl4-openssl-dev \
libmariadb-dev \
libmariadb-dev-compat \
Expand Down
2 changes: 1 addition & 1 deletion support/scripts/internal_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mkdir $BASE_DIR/build > /dev/null 2>&1
rm -r $BASE_DIR/build/default/* > /dev/null 2>&1
mkdir $BASE_DIR/build/default > /dev/null 2>&1

#$DFLAGS -v $BASE_DIR:$BASE_DIR -w $BASE_DIR/build cryptolib /bin/bash
#$DFLAGS -v $BASE_DIR:$BASE_DIR -w $BASE_DIR/build/default cryptolib /bin/bash

echo "Default build and test..."
$DFLAGS -v $BASE_DIR:$BASE_DIR -w $BASE_DIR/build/default ivvitc/cryptolib bash -c \
Expand Down

0 comments on commit e6bf05a

Please sign in to comment.