azils3 commited on
Commit
510f150
·
verified ·
1 Parent(s): 2772456

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -67,8 +67,8 @@ RUN install -d -m 0755 /etc/apt/keyrings && \
67
  echo 'Package: *\nPin: origin packages.mozilla.org\nPin-Priority: 1000\n' | tee /etc/apt/preferences.d/mozilla && \
68
  apt-get update && \
69
  apt-get install -y firefox
70
- RUN RUN curl -sSL https://pdm-project.org/install-pdm.py | python3 - \
71
- export PATH=/home/user/.local/bin:$PATH
72
  WORKDIR /home/user/
73
 
74
  # Creating the user and usergroup
 
67
  echo 'Package: *\nPin: origin packages.mozilla.org\nPin-Priority: 1000\n' | tee /etc/apt/preferences.d/mozilla && \
68
  apt-get update && \
69
  apt-get install -y firefox
70
+ RUN RUN curl -sSL https://pdm-project.org/install-pdm.py | python3 -
71
+
72
  WORKDIR /home/user/
73
 
74
  # Creating the user and usergroup