feat: Added SSL libs to base image
All checks were successful
Build and Push Dev Containers / build (push) Successful in 6m50s
All checks were successful
Build and Push Dev Containers / build (push) Successful in 6m50s
This commit is contained in:
@@ -5,8 +5,10 @@ RUN apk add --no-cache \
|
|||||||
curl \
|
curl \
|
||||||
helix \
|
helix \
|
||||||
shadow \
|
shadow \
|
||||||
openssl \
|
openssl-dev \
|
||||||
pkgconfig \
|
pkgconf \
|
||||||
|
build-base \
|
||||||
|
ca-certificates
|
||||||
|
|
||||||
RUN chsh -s /bin/bash
|
RUN chsh -s /bin/bash
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
|
|||||||
Reference in New Issue
Block a user