Update Dockerfile to python 3.11-alpine base image
This commit is contained in:
parent
fa67be7e75
commit
67ac34cd5c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM docker.io/library/alpine:latest
|
||||
FROM docker.io/library/python:3.11-alpine
|
||||
|
||||
RUN apk update && apk add sshpass openssh-client lftp; rm -f /var/cache/apk/*
|
||||
RUN apk --no-cache add sshpass openssh-client lftp
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue