mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
10 lines
No EOL
161 B
Text
10 lines
No EOL
161 B
Text
ARG BASE_IMAGE
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
USER root
|
|
|
|
# Install some optional packages used by SFTPGo features
|
|
RUN apk add --update --no-cache rsync git
|
|
|
|
USER 1000:1000 |