Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
also potentially fixed docker-build, idk yet
  • Loading branch information
preland committed Jan 21, 2024
1 parent c46e236 commit 9fa385e
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_
./b2 --with-atomic --with-system --with-filesystem --with-thread --with-date_time --with-chrono --with-regex --with-serialization --with-program_options --with-locale variant=release link=static runtime-link=static cflags="${CFLAGS}" cxxflags="${CXXFLAGS}" install -a --prefix=/usr && \
rm -rf $(pwd)

RUN wget https://www.openssl.org/source/openssl-1.1.1u.tar.gz && \
RUN wget https://www.openssl.org/source/old/openssl-1.1.1u.tar.gz && \
echo "e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6 openssl-1.1.1u.tar.gz" | sha256sum -c && \
tar -xzf openssl-1.1.1u.tar.gz && \
rm openssl-1.1.1u.tar.gz && \
Expand Down
Binary file added external/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion external/i2pd
Submodule i2pd updated 113 files
2 changes: 1 addition & 1 deletion external/quirc
Binary file added images/.DS_Store
Binary file not shown.
Binary file added pages/.DS_Store
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.

0 comments on commit 9fa385e

Please sign in to comment.