Add libressl

This commit is contained in:
Mayel de Borniol 2023-02-25 14:56:55 +13:00
parent 24e5511a37
commit 4214c0c976
2 changed files with 3 additions and 1 deletions

View file

@ -148,8 +148,9 @@ RUN apk add --update --no-cache \
vips-tools \
# ^ image resizing
bash \
curl
curl \
#^ misc
libressl libressl-dev
WORKDIR /opt/app

View file

@ -565,6 +565,7 @@ rel-push-only label='latest':
# Run the app in Docker & starts a new `iex` console
rel-run: rel-init docker-stop-web rel-services
echo Run with Docker based on image $APP_DOCKER_IMAGE
@docker-compose -p $APP_REL_CONTAINER -f $APP_REL_DOCKERCOMPOSE run --name $WEB_CONTAINER --service-ports --rm web bin/bonfire start_iex
# Run the app in Docker, and keep running in the background