Skip to content

Commit

Permalink
Added pip
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 19, 2024
1 parent 5248319 commit 391b93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dummytoghcr-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'dbcmetrics/**'
- 'infra-tools/**'
- 'cron-tools/**'
- 'moodle-tools/**'

jobs:
build_image_on_push:
Expand Down
2 changes: 1 addition & 1 deletion moodle-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV TZ=Europe/Berlin

RUN set -x \
&& apt-get -y update \
&& apt-get -y install wget \
&& apt-get -y install wget python3-pip \
&& wget https://dl.k8s.io/release/v1.28.7/bin/linux/amd64/kubectl \
&& chmod +x kubectl \
&& mv ./kubectl /usr/local/bin/kubectl \
Expand Down

0 comments on commit 391b93a

Please sign in to comment.