🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-06 23:17:28 -04:00
parent f1c5928920
commit 203504ff36
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -13,7 +13,7 @@ RUN apk -U upgrade && \
openssl \
openssl-dev \
linux-headers \
python \
python3 \
rrdtool
RUN git clone https://github.com/cherokee/webserver.git . && \