🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-06 23:15:47 -04:00
parent e187c826ee
commit f1c5928920
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 \
python2 \
python \
rrdtool
RUN git clone https://github.com/cherokee/webserver.git . && \