Skip to content

Commit

Permalink
Fix/expat (#65)
Browse files Browse the repository at this point in the history
* fix: merge

* fix

* fix: cleanup

* fix: library relative path

* fix: nodejs

* fix: upgrade expat
  • Loading branch information
Yeuoly authored Sep 6, 2024
1 parent 583e0a0 commit d09d232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/amd64/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get clean \
&& echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y pkg-config libseccomp-dev wget xz-utils \
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-1 perl=5.38.2-5 libsqlite3-0=3.46.0-1
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-2 perl=5.38.2-5 libsqlite3-0=3.46.0-1

# copy main binary to /main
COPY main /main
Expand Down
2 changes: 1 addition & 1 deletion docker/arm64/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get clean \
&& echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y pkg-config libseccomp-dev wget xz-utils \
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-1 perl=5.38.2-5 libsqlite3-0=3.46.0-1
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-2 perl=5.38.2-5 libsqlite3-0=3.46.0-1

# copy main binary to /main
COPY main /main
Expand Down

0 comments on commit d09d232

Please sign in to comment.