💚 Fix dockerfile missing openssl during build
This commit is contained in:
@@ -5,6 +5,7 @@ RUN apk add nodejs npm
|
||||
|
||||
WORKDIR /source
|
||||
COPY . .
|
||||
RUN apk add libressl-dev
|
||||
RUN cargo build --release
|
||||
|
||||
# Runtime
|
||||
|
Reference in New Issue
Block a user