Dockerfile aktualisiert
This commit is contained in:
@@ -16,8 +16,8 @@ ENV TZ=${ENV_TZ}
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev && \
|
||||
git clone ${BUILD_APP_GIT} /app && \
|
||||
cd /app && \
|
||||
git clone ${BUILD_APP_GIT} /app/hibp && \
|
||||
cd /app/hibp && \
|
||||
git submodule update --init --recursive && \
|
||||
cd ext/restinio && \
|
||||
gem install Mxx_ru && \
|
||||
|
||||
Reference in New Issue
Block a user