TechDev commited on
Commit
3863494
verified
1 Parent(s): 6fb61f9

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu
3
  RUN apt-get update && \
4
  apt-get install -y sudo && \
5
  apt-get clean
6
- RUN apt-get install wget && apt-get install unzip && apt-get update && apt-get install -y python3 python3-pip python3.12-venv
7
 
8
  # A帽adir un usuario llamado 'appuser'
9
  RUN useradd -ms /bin/bash appuser
 
3
  RUN apt-get update && \
4
  apt-get install -y sudo && \
5
  apt-get clean
6
+ RUN apt-get install -y wget unzip && apt-get update && apt-get install -y python3 python3-pip python3.12-venv
7
 
8
  # A帽adir un usuario llamado 'appuser'
9
  RUN useradd -ms /bin/bash appuser