Comments
This commit is contained in:
@@ -4,6 +4,7 @@ FROM alpine
|
||||
COPY . /
|
||||
# Grant executable permission on the script.
|
||||
RUN ["chmod", "+x", "/entrypoint.sh"]
|
||||
# Update the apk and download openssh
|
||||
RUN ["apk", "update"]
|
||||
RUN ["apk", "add", "git", "openssh"]
|
||||
# Runs the script.
|
||||
|
||||
Reference in New Issue
Block a user