Skip to content
Snippets Groups Projects
Commit 7621d408 authored by Administrator's avatar Administrator
Browse files

Update Dockerfile

parent 85ada088
No related branches found
No related tags found
No related merge requests found
Pipeline #405 passed with stage
in 36 seconds
# Adapted from https://github.com/efrecon/docker-s3fs-client/blob/master/Dockerfile
# pinning to current version
FROM alpine:3.13.2 AS build
FROM python:3.8.3-alpine AS build
ARG S3FS_VERSION=v1.89
......@@ -30,7 +30,6 @@ make install
FROM alpine
COPY --from=build /usr/bin/s3fs /usr/bin/s3fs
RUN ln -s /usr/bin/python3.8 /usr/bin/python3
RUN mkdir -p /projects && \
apk --no-cache add \
......
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