Skip to content

Commit

Permalink
add nslookup to mini-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
notshivansh committed Jan 15, 2025
1 parent 128c345 commit 1da1590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
IMAGE_TAG: latest
IMAGE_TAG1: testruntime
IMAGE_TAG2: local
IMAGE_TAG3: 1.42.8_local
IMAGE_TAG3: 1.42.9_local
run: |
docker buildx create --use
# Build a docker container and push it to DockerHub
Expand All @@ -86,7 +86,7 @@ jobs:
IMAGE_TAG: latest
IMAGE_TAG1: testruntime
IMAGE_TAG2: local
IMAGE_TAG3: 1.42.8_local
IMAGE_TAG3: 1.42.9_local
run: |
echo $IMAGE_TAG >> $GITHUB_STEP_SUMMARY
docker buildx create --use
Expand Down
1 change: 1 addition & 0 deletions apps/mini-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /app
COPY ./target/mini-runtime-1.0-SNAPSHOT-jar-with-dependencies.jar /app/mini-runtime-1.0-SNAPSHOT-jar-with-dependencies.jar

RUN yum update -y && yum install -y procps
RUN yum install -y bind-utils

COPY start.sh /app/start.sh
RUN chmod +x /app/start.sh
Expand Down

0 comments on commit 1da1590

Please sign in to comment.