Skip to content
Snippets Groups Projects
Commit 03319f6b authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update Dockerfile

parent 91d29d41
No related branches found
No related tags found
No related merge requests found
Pipeline #38215 passed
#Custom Kaniko (Works just under windows)
#FROM gcr.io/kaniko-project/executor:debug AS kaniko
#FROM alpine:3.14.2
#COPY --from=kaniko /kaniko/ /kaniko/
#ENV PATH $PATH:/usr/local/bin:/kaniko
#ENV DOCKER_CONFIG /kaniko/.docker/
#ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
#ENV SSL_CERT_DIR /kaniko/ssl/certs
FROM python:3.11-alpine
RUN apk update
RUN apk add bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment