This commit is contained in:
parent
d0133227be
commit
0c6403717a
2 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
build-and-push:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
FROM docker.io/alpine:latest
|
||||
RUN apk add --no-cache hugo git openssh rsync
|
||||
RUN apk add --no-cache hugo git openssh rsync npm
|
||||
RUN hugo version
|
||||
RUN npm --version
|
||||
|
|
Loading…
Reference in a new issue