mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
fix docker build
This commit is contained in:
parent
18732d7a99
commit
95f630777b
1 changed files with 3 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
|||
variables:
|
||||
GIT_DEPTH: 1
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
BURP_VERSION: 2.2.18
|
||||
PG_VERSION: 10
|
||||
SRC_DIR: burpui
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
|
||||
image: docker:git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue