Skip to content

Commit

Permalink
Create symlink to /lib64 directory for d-linux-x86-64.so.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 1, 2024
1 parent 52b34da commit 15553e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN addgroup -S app \
&& adduser -S app -G app \
&& apk update \
&& apk add --no-cache libc6-compat \
&& ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 \
&& mkdir -p /opt/app /opt/DataCaterer/connection /opt/DataCaterer/plan /opt/DataCaterer/execution /opt/DataCaterer/report \
&& chown -R app:app /opt/app /opt/DataCaterer/connection /opt/DataCaterer/plan /opt/DataCaterer/execution /opt/DataCaterer/report \
&& apk add --no-cache bash
Expand Down

0 comments on commit 15553e7

Please sign in to comment.