Skip to content

Commit 5f1a3bb

Browse files
authored
Revert to 16.04 because 18.04 docker build is minified
1 parent 4b6e878 commit 5f1a3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# docker build -t "command_line_bootcamp" .
44
# docker-browser-server command_line_bootcamp -p 8080
55

6-
FROM ubuntu
6+
FROM ubuntu:16.04
77

88
RUN apt-get update && apt-get install -y curl git python build-essential nano man
99

0 commit comments

Comments
 (0)