Skip to content

Commit 37173ee

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3f33ebf + 8529f42 commit 37173ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && \
1717
rm -rf /var/lib/apt/lists/*
1818
#COPY --from=build /go/pkg/mod/github.com/tonkeeper/tongo*/lib/linux /app/lib/
1919
RUN mkdir -p /app/lib
20-
RUN wget -o /app/lib/libemulator.so https://github.com/ton-blockchain/ton/releases/download/v2024.02/libemulator-linux-x86-64.so
20+
RUN wget -O /app/lib/libemulator.so https://github.com/ton-blockchain/ton/releases/download/v2024.02/libemulator-linux-x86-64.so
2121
ENV LD_LIBRARY_PATH=/app/lib/
2222
COPY --from=build /tmp/opentonapi /usr/bin/
2323
CMD ["/usr/bin/opentonapi"]

0 commit comments

Comments
 (0)