Skip to content

Commit

Permalink
- on open pr
Browse files Browse the repository at this point in the history
test

test

test
  • Loading branch information
nshyrei committed Apr 9, 2024
1 parent 214348e commit eca629e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [ "master" ]
types:
- closed
- opened
paths:
- 'docker/enclave-base/**'
- 'docker/parent-base/**'
Expand Down
3 changes: 1 addition & 2 deletions docker/enclave-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
ca-certificates \
cryptsetup \
nbd-client
cryptsetup
RUN apt-get clean && rm -rf /var/lib/apt/lists

0 comments on commit eca629e

Please sign in to comment.