Skip to content

Commit

Permalink
Run Dockerfile as root user
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Dec 4, 2024
1 parent 4893778 commit eb8df25
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 @@ -7,4 +7,3 @@ RUN apt update && apt install -y gcc && \
gcc -shared -fpic -o /nodirect_open.so nodirect_open.c -ldl && \
apt purge -y gcc && \
echo "/nodirect_open.so" >> /etc/ld.so.preload
USER mssql

0 comments on commit eb8df25

Please sign in to comment.