Skip to content

Commit

Permalink
Docker Install
Browse files Browse the repository at this point in the history
  • Loading branch information
sidbose87 authored Apr 8, 2024
1 parent 289ae33 commit ff2d163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Docker Prerequisite
run: apt-get update && apt-get install --no-install-recommends -y dnsutils=1:9.11.5.P4+dfsg-5.1+deb10u7 libpq-dev=11.16-0+deb10u1 python3-dev=3.7.3-1 && apt-get clean && rm -rf /var/lib/apt/lists/*
- name: Setup Docker
uses: crazy-max/ghaction-setup-docker@v3
#with:
Expand Down

0 comments on commit ff2d163

Please sign in to comment.