Skip to content

Commit 5419fd7

Browse files
authored
Update ubuntu.Dockerfile
1 parent e168864 commit 5419fd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/linux/ubuntu/ubuntu.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ RUN apt-get install build-essential gcc g++ -y
3434
RUN apt-get install sudo -y
3535
RUN sudo apt-get update && sudo apt-get upgrade -y
3636
RUN python3 -m pip install --upgrade pip
37-
# EXPOSE 8080
38-
# ENTRYPOINT [ "apt-get", "install", "-y", "postgresql" ]
39-
RUN ifconfig
37+
CMD [ "ifconfig" ]

0 commit comments

Comments
 (0)