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 15553e7 commit 1b0caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amazoncorretto:22-alpine

USER root
RUN addgroup -S app \
&& adduser -S app -G app \
&& adduser -S app -G app --uid 1001 \
&& apk update \
&& apk add --no-cache libc6-compat \
&& mkdir -p /opt/app /opt/DataCaterer/connection /opt/DataCaterer/plan /opt/DataCaterer/execution /opt/DataCaterer/report \
Expand Down

0 comments on commit 1b0caaa

Please sign in to comment.