Skip to content

Commit

Permalink
Add a packages to run the included scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed Jun 2, 2023
1 parent aa64db7 commit bf77e86
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 @@ -36,7 +36,7 @@ RUN sed -i 's/main/main non-free non-free-firmware contrib/' /etc/apt/sources.li
$([ "$(dpkg --print-architecture)" = "arm64" ] && echo nvidia-opencl-icd) \
$([ "$(dpkg --print-architecture)" = "amd64" ] && echo nvidia-opencl-icd intel-opencl-icd) \
$([ "$(dpkg --print-architecture)" = "i386" ] && echo intel-opencl-icd) \
--no-install-recommends -y && \
python3 ruby lua5.4 perl --no-install-recommends -y && \
apt-get autoclean && \
rm -rf /var/lib/dpkg/status-old /var/lib/apt/lists/* && \
mkdir -p /root/.john/opencl
Expand Down

0 comments on commit bf77e86

Please sign in to comment.