Skip to content

Commit 13e9554

Browse files
author
Andreas
committed
Add missing exec permission to entry
1 parent 89e05a5 commit 13e9554

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Docker Image for SSH agent container. Last revision 18.10.2016
1+
# Docker Image for SSH agent container. Last revision 26.4.2018
22
#
3-
# Copyright (c) Andreas Urbanski, 2016
3+
# Copyright (c) Andreas Urbanski, 2018
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a
66
# copy of this software and associated documentation files (the "Software"),
@@ -32,6 +32,7 @@ RUN apk add --no-cache \
3232

3333
# Copy entrypoint script to container
3434
COPY entry.sh /entry.sh
35+
RUN chmod a+x /entry.sh
3536

3637
# Setup environment variables; export SSH_AUTH_SOCK from socket directory
3738
ENV SOCKET_DIR /.ssh-agent

entry.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) Andreas Urbanski, 2016
2+
# Copyright (c) Andreas Urbanski, 2018
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a
55
# copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)