Peter Kurfer
01e3d69332
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
No EOL
190 B
Docker
5 lines
No EOL
190 B
Docker
FROM docker.io/node:lts-alpine
|
|
|
|
RUN npm install -g renovate && \
|
|
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
|
apk add -U --no-cache git go |