Skip to content

Commit 0ff013b

Browse files
committed
Make entrypoint executable
1 parent 203e3ca commit 0ff013b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN <<EOF
2222
apt-get update \
2323
&& apt-get install -y ca-certificates openssl \
2424
&& update-ca-certificates \
25-
&& rm -rf /var/lib/apt/lists/*
25+
&& rm -rf /var/lib/apt/lists/* \
26+
&& chmod +x /workdir/entrypoint.sh
2627
EOF
2728

2829
ENV LD_LIBRARY_PATH=/usr/local/ibm/gsk8_64/lib64

0 commit comments

Comments
 (0)