reverted to official image
This commit is contained in:
@@ -1,13 +1,2 @@
|
||||
# Use official ARM64 Drone runner image as base
|
||||
FROM drone/drone-runner-docker:1.8-linux-arm64
|
||||
|
||||
# Switch to root to install CA certificates
|
||||
USER root
|
||||
|
||||
# Install CA certificates
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
# Switch back to drone user
|
||||
USER drone
|
||||
|
||||
# Entrypoint is already set in base image
|
||||
FROM drone/drone-runner-docker:latest
|
||||
RUN ["apk", "add", "--no-cache", "ca-certificates", "bash"]
|
||||
|
||||
Reference in New Issue
Block a user