mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: copy ocpasswd and occtl from new paths
This commit is contained in:
@@ -132,7 +132,7 @@ if test ! -f $DOCKER_DIR/Dockerfile;then
|
||||
fi
|
||||
|
||||
rm -f $DOCKER_DIR/ocserv $DOCKER_DIR/ocpasswd $DOCKER_DIR/occtl
|
||||
cp ../src/ocserv ../src/ocpasswd ../src/occtl $DOCKER_DIR/
|
||||
cp ../src/ocserv ../src/ocpasswd/ocpasswd ../src/occtl/occtl $DOCKER_DIR/
|
||||
|
||||
echo "Creating image $IMAGE"
|
||||
$DOCKER build -t $IMAGE $DOCKER_DIR/
|
||||
|
||||
Reference in New Issue
Block a user