Skip to content

Commit

Permalink
Remove karchive and libwebp from Dockerfile
Browse files Browse the repository at this point in the history
Since they're no longer needed now.
  • Loading branch information
askmeaboutlo0m committed Aug 8, 2024
1 parent e3a3f2d commit e3e04b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.19 as common
RUN apk add --no-cache karchive5 libbz2 libmicrohttpd libsodium libwebp qt5-qtbase qt5-qtbase-sqlite qt5-qtwebsockets
RUN apk add --no-cache libbz2 libmicrohttpd libsodium qt5-qtbase qt5-qtbase-sqlite qt5-qtwebsockets

## Build container
FROM common as builder
RUN apk add cargo cmake g++ karchive5-dev libmicrohttpd-dev libsodium-dev libwebp-dev qt5-qtbase-dev qt5-qtwebsockets-dev samurai
RUN apk add cargo cmake g++ libmicrohttpd-dev libsodium-dev qt5-qtbase-dev qt5-qtwebsockets-dev samurai

ARG version=main
RUN mkdir -p /build \
Expand Down

0 comments on commit e3e04b6

Please sign in to comment.