Add dlib docker

This commit is contained in:
kaiiak
2021-12-27 21:49:37 +08:00
parent e7e2ff93a8
commit 657317954e
5 changed files with 56 additions and 10 deletions

View File

@@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag opencv-docker-golang:$(date +%s) --tag opencv-docker-golang:latest
run: docker build . --file Dockerfile.alpine --tag opencv-docker-golang:$(date +%s) --tag opencv-docker-golang:alpine