Update Dockerfile
Browse files- 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 |
-
|
| 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
|