Apk cacheing best practices
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM registry.odit.services/hub/library/alpine:3.16 as BUILD
|
||||
WORKDIR /app
|
||||
RUN apk add dos2unix
|
||||
RUN apk add dos2unix --no-cache --update && rm -rf /var/cache/apk/*
|
||||
COPY plugin.sh ./
|
||||
RUN dos2unix plugin.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user