Skip to content

Commit

Permalink
Merge pull request #17 from ndonathan/ndonathan-patch-2
Browse files Browse the repository at this point in the history
Ndonathan patch 2
  • Loading branch information
ndonathan authored Nov 21, 2023
2 parents e3aad50 + 9c5b7a5 commit c1e6a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run hadolint
uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183
with:
dockerfile: ./Dockerfile
dockerfile: ./dockerfile-kasm-baseimage
format: sarif
output-file: hadolint-results.sarif
no-fail: true
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile → dockerfile-kasm-baseimage
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ WORKDIR $HOME
######### Customize Container Here ###########


RUN apt update
RUN apt upgrade -y
RUN apt-get update && apt-get upgrade -y
# RUN apt-get install -y


Expand Down

0 comments on commit c1e6a59

Please sign in to comment.