File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN dpkg -i linux-image.deb && rm linux-image.deb
3939# binaries
4040
4141COPY --chmod=755 bin/certificate-issuer /usr/bin/certificate-issuer
42- COPY --chmod=755 ic-gateway /usr/bin/ic-gateway
42+ COPY --chmod=755 bin/ ic-gateway /usr/bin/ic-gateway
4343COPY --chmod=755 bin/vector /usr/bin/vector
4444
4545
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ vector:
4949 @echo " $( shell cat refs/vector.sha256) $( BIN_DIR) /vector.tar.gz" | shasum -c
5050 @tar -xzf $(BIN_DIR ) /vector.tar.gz -C $(BIN_DIR ) --strip-components=3 --wildcards ' */bin/vector'
5151
52- guest-dependencies : dirs ovmf vmlinuz linux-image certificate-issuer vector
52+ guest-dependencies : dirs ovmf vmlinuz linux-image ic-gateway certificate-issuer vector
5353
5454# Initram disk
5555
Original file line number Diff line number Diff line change 1+ b02908b2864199a4b01d9b023ee376f5487f4812ef76577eba869d69a488f739
Original file line number Diff line number Diff line change 1+ https://github.com/dfinity/ic-gateway/releases/download/v0.1.55/ic-gateway
You can’t perform that action at this time.
0 commit comments