обновил докер образ, тест ci/cd
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
urec56 2025-04-11 12:16:56 +03:00
parent 1d79af2fab
commit c1f64f82fe
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,8 @@ ENV APP_HOME=/home/app
WORKDIR $APP_HOME
RUN apk add --no-cache \
gcc
gcc \
musl-dev
# RUN apt-get update \
# && apt-get -y install curl gcc libpq-dev \

View file

@ -7,7 +7,8 @@ ENV APP_HOME=/home/app
WORKDIR $APP_HOME
RUN apk add --no-cache \
gcc
gcc \
musl-dev
# RUN apt-get update \
# && apt-get -y install curl gcc libpq-dev \