No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -7,7 +7,7 @@ ENV VUE_APP_VERSION=${version} |
|
|
|
ENV VUE_APP_SOURCE_LINK="https://${repo}" |
|
|
|
|
|
|
|
# dependencies |
|
|
|
RUN apk add --no-cache git=2.18.1-r0 |
|
|
|
RUN apk add --no-cache git |
|
|
|
|
|
|
|
# source |
|
|
|
WORKDIR /app |
|
|
|