1. Purpose
Use Dockerfile to contruct custom lava-woker images quickly.
Then user can deploy lava-worker quickly by this Dockerfile
or images generated by this Dockerfile.

2. Precondition
Docker tool is installed and configure
Cix-lava master certifaction file is downloaded. cix-lava-PuK-Chain.crt
is the certi file for now. It may need update when using.

3. How to run
a. make sure cix-lava-PuK-Chain.crt and Dockerfile in current folder
b. run: docker run -td --network host -e "WORKER_NAME=--name anthony_pc" -e "TOKEN=--token 6OPtxyTrbUu86d6y0NEPWkFaMqIQhNVM" --name anthony-docker-03 lava-worker-202210:v0.1.1
The current lava-worker in Dockerfile is 2022-11. We need update it in future.
The --network host is necessary for apt command when contructing the docker image.
