Skip to content

Commit

Permalink
Add extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyke007 authored Jun 17, 2022
1 parent 995b910 commit d41a8ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ RUN set -ex \
libpython3.7-dev \
python3 \
python3-pip \
# extra packages voor Sammy
jq \
oathtool \
wget \
&& OS="$(uname -s | sed 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/')" \
&& MACH=$(uname -m) \
&& if [ ${MACH} = "armv6l" ]; then MACH = "armv7l"; fi \
Expand Down

0 comments on commit d41a8ee

Please sign in to comment.