Skip to content

Commit

Permalink
dont shrink docker image (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8f701 authored Sep 18, 2021
1 parent 858b958 commit 207752a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ RUN useradd -m -u 1000 -U -s /bin/sh -d /parallel parallel && \
mkdir /data && \
chown -R parallel:parallel /data && \
ln -s /data /parallel/.local/share && \
chown -R parallel:parallel /parallel/.local/share && \
rm -rf /usr/bin /usr/sbin
chown -R parallel:parallel /parallel/.local/share

USER parallel
WORKDIR /parallel
Expand Down

0 comments on commit 207752a

Please sign in to comment.