File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # Docker Image for SSH agent container. Last revision 18.10.2016
1
+ # Docker Image for SSH agent container. Last revision 26.4.2018
2
2
#
3
- # Copyright (c) Andreas Urbanski, 2016
3
+ # Copyright (c) Andreas Urbanski, 2018
4
4
#
5
5
# Permission is hereby granted, free of charge, to any person obtaining a
6
6
# copy of this software and associated documentation files (the "Software"),
@@ -32,6 +32,7 @@ RUN apk add --no-cache \
32
32
33
33
# Copy entrypoint script to container
34
34
COPY entry.sh /entry.sh
35
+ RUN chmod a+x /entry.sh
35
36
36
37
# Setup environment variables; export SSH_AUTH_SOCK from socket directory
37
38
ENV SOCKET_DIR /.ssh-agent
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) Andreas Urbanski, 2016
2
+ # Copyright (c) Andreas Urbanski, 2018
3
3
#
4
4
# Permission is hereby granted, free of charge, to any person obtaining a
5
5
# copy of this software and associated documentation files (the "Software"),
You can’t perform that action at this time.
0 commit comments