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 e168864 commit 5419fd7Copy full SHA for 5419fd7
docker/linux/ubuntu/ubuntu.Dockerfile
@@ -34,6 +34,4 @@ RUN apt-get install build-essential gcc g++ -y
34
RUN apt-get install sudo -y
35
RUN sudo apt-get update && sudo apt-get upgrade -y
36
RUN python3 -m pip install --upgrade pip
37
-# EXPOSE 8080
38
-# ENTRYPOINT [ "apt-get", "install", "-y", "postgresql" ]
39
-RUN ifconfig
+CMD [ "ifconfig" ]
0 commit comments