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 b8df565 commit 68f023fCopy full SHA for 68f023f
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:latest
3
ENV DEBIAN_FRONTEND noninteractive
4
5
RUN apt-get update -y -q && \
6
- apt-get install -y mysql-client-5.6 nodejs-legacy npm && \
+ apt-get install -y mysql-client-5.6 nodejs-legacy curl wget npm && \
7
apt-get clean && \
8
rm -rf /var/lib/apt/lists/*
9
0 commit comments