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 b8b6db5 commit ac6dcdaCopy full SHA for ac6dcda
result/Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:8.9-alpine
2
3
+RUN apk update && apk add --no-cache curl
4
+
5
RUN mkdir -p /app
6
WORKDIR /app
7
vote/Dockerfile
@@ -2,7 +2,7 @@
FROM python:2.7-alpine
# add apache utils for ab tool
-RUN apk update && apk add --no-cache apache2-utils
+RUN apk update && apk add --no-cache apache2-utils curl
# Set the application directory
8
0 commit comments