File tree 2 files changed +7
-95
lines changed
2 files changed +7
-95
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,19 @@ RUN cd /usr/local/src && \
21
21
make && \
22
22
make install && \
23
23
cd /usr/local/src && \
24
- rm -rf stunnel-*/
24
+ rm -rf stunnel-*/ && \
25
+ mkdir -p /etc/amazon/efs
26
+
27
+ ADD https://raw.githubusercontent.com/aws/efs-utils/master/dist/efs-utils.crt \
28
+ /etc/amazon/efs/efs-utils.crt
25
29
26
30
RUN easy_install pip && \
27
31
pip install --ignore-installed \
28
32
awscli \
29
33
kubernetes && \
30
- mkdir -p /etc/amazon/efs && \
31
- chmod a+rx /etc/amazon /etc/amazon/ efs
34
+ chmod a+rx /etc/amazon /etc/amazon/efs && \
35
+ chmod a+r /etc/amazon/efs/ efs-utils.crt
32
36
33
- COPY efs-utils.crt /etc/amazon/efs/efs-utils.crt
34
37
COPY efs-stunnel.py /usr/local/bin/efs-stunnel.py
35
38
36
39
CMD /usr/local/bin/efs-stunnel.py
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments