Skip to content

Commit 93358f1

Browse files
author
Andras Fekete
committed
Define WOLFSSL_DIR
1 parent 5e1bd81 commit 93358f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Docker/buildAndPush.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Assume we're in wolfssl/Docker
4+
WOLFSSL_DIR=$(builtin cd ${BASH_SOURCE%/*}/..; pwd)
5+
36
DOCKER_BUILD_OPTIONS="$1"
47
if [ "${DOCKER_BASE_IMAGE}" != "" ]; then
58
DOCKER_BUILD_OPTIONS+=" --build-arg DOCKER_BASE_IMAGE=${DOCKER_BASE_IMAGE}"

0 commit comments

Comments
 (0)