Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thefallentree committed Aug 18, 2023
1 parent 40a3aac commit 79b59c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM alpine:3.18 as builder

RUN apk add --no-progress --no-cache \
linux-headers gcc g++ clang-dev make cmake python2 bash \
linux-headers gcc g++ clang-dev make cmake bash \
mariadb-dev mariadb-static postgresql-dev sqlite-dev sqlite-static\
libevent-dev libevent-static libexecinfo-dev libexecinfo-static \
openssl-dev openssl-libs-static zlib-dev zlib-static icu-dev icu-static \
libevent-dev libevent-static openssl-dev openssl-libs-static zlib-dev zlib-static icu-dev icu-static \
pcre-dev bison git

WORKDIR /build
Expand Down

0 comments on commit 79b59c1

Please sign in to comment.