Skip to content

Commit 68f023f

Browse files
committed
d
1 parent b8df565 commit 68f023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:latest
33
ENV DEBIAN_FRONTEND noninteractive
44

55
RUN apt-get update -y -q && \
6-
apt-get install -y mysql-client-5.6 nodejs-legacy npm && \
6+
apt-get install -y mysql-client-5.6 nodejs-legacy curl wget npm && \
77
apt-get clean && \
88
rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)