Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
* merge this too
  • Loading branch information
rokibhasansagar authored Apr 5, 2021
1 parent 0905327 commit 78617b0
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 @@ -13,7 +13,7 @@ RUN apk update -q --progress --force-refresh \
gcc libgcc libstdc++ linux-headers libc-dev git libxml2 libfdt dtc-dev openssh openssl openssl-dev libcrypto1.1 libssl1.1 gnupg detox bc xxd \
py3-future py3-requests py3-humanize py3-lz4 py3-zstandard py3-protobuf py3-pycryptodome py3-docopt \
&& find /usr/local/lib /usr/lib -depth \( \( -type d -a \( -name "__pycache__" -o -name test -o -name tests -o -name idle_test \) \) \
-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; 2>/dev/null
-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; 2>/dev/null \
&& rm -rf /var/cache/apk/* 2>/dev/null

ENV TERM=xterm-256color
Expand Down

0 comments on commit 78617b0

Please sign in to comment.