Skip to content

Commit

Permalink
Fix missing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 6, 2024
1 parent 6772a5a commit 2f9c3b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BUILD_ID=$(curl -sL https://launchpad.net/~cloud-images-release-managers/+livefs
mkdir /root-out && \
curl -o \
/rootfs.tar.gz -L \
https://launchpad.net/~cloud-images-release-managers/+livefs/ubuntu/${REL}/ubuntu-oci/+build${BUILD_ID}+files/livecd.ubuntu-oci.rootfs.tar.gz && \
https://launchpad.net/~cloud-images-release-managers/+livefs/ubuntu/${REL}/ubuntu-oci/+build/${BUILD_ID}/+files/livecd.ubuntu-oci.rootfs.tar.gz && \
tar xf \
/rootfs.tar.gz -C \
/root-out && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
mkdir /root-out && \
curl -o \
/rootfs.tar.gz -L \
https://launchpad.net/~cloud-images-release-managers/+livefs/ubuntu/${REL}/ubuntu-oci/+build${BUILD_ID}+files/livecd.ubuntu-oci.rootfs.tar.gz && \
https://launchpad.net/~cloud-images-release-managers/+livefs/ubuntu/${REL}/ubuntu-oci/+build/${BUILD_ID}/+files/livecd.ubuntu-oci.rootfs.tar.gz && \
tar xf \
/rootfs.tar.gz -C \
/root-out && \
Expand Down

0 comments on commit 2f9c3b0

Please sign in to comment.