We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fbd5e commit 4ac9fadCopy full SHA for 4ac9fad
src/docker/Dockerfile
@@ -7,7 +7,8 @@ WORKDIR /opt/
7
8
RUN useradd nginx
9
#archery
10
-RUN apt-get install -yq --no-install-recommends nginx \
+RUN apt-get update \
11
+ && apt-get install -yq --no-install-recommends nginx mariadb-client \
12
&& source venv4archery/bin/activate \
13
&& pip install -r /opt/archery/requirements.txt \
14
&& pip install "redis>=4.1.0" \
0 commit comments