Skip to content

Commit

Permalink
change order in which we are installing e2fsprogs and udev (vmware#66)
Browse files Browse the repository at this point in the history
* change order in which we are installing e2fsprogs and udev

* fix formatting

Co-authored-by: Adnan Baruni <[email protected]>
  • Loading branch information
abaruni and Adnan Baruni authored Jun 21, 2022
1 parent 93a2539 commit 7b3a400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN ["make", "build-within-docker"]
FROM photonos-docker-local.artifactory.eng.vmware.com/photon4:4.0-GA

# udev is to get scsi_id, e2fsprogs is for mkfs.ext4
RUN tdnf install -y udev && \
tdnf install -y e2fsprogs
RUN tdnf install -y e2fsprogs
RUN tdnf install -y udev

WORKDIR /opt/vcloud/bin

Expand Down

0 comments on commit 7b3a400

Please sign in to comment.