Skip to content

Commit d3e5561

Browse files
committed
chore: fixed issue on the ubuntu-dev docker file.
1 parent c4df8a0 commit d3e5561

File tree

1 file changed

+3
-1
lines changed
  • DevOps/OS Virtualization/Docker/Docker Files/ubuntu-dev_ubuntu16.04

1 file changed

+3
-1
lines changed

DevOps/OS Virtualization/Docker/Docker Files/ubuntu-dev_ubuntu16.04/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM ubuntu:16.04
22
LABEL maintainer="Joshua Clifford Reyes <[email protected]>"
3-
RUN apt-get install -y --no-install-recommends \
3+
RUN apt-get update -y && \
4+
apt-get install -y --no-install-recommends software-properties-common python-software-properties && \
5+
apt-get install -y --no-install-recommends \
46
wget \
57
curl \
68
zip \

0 commit comments

Comments
 (0)