Spaces:
Sleeping
Sleeping
Commit
·
c4a89ee
1
Parent(s):
161c044
chore: update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ ENV PIPENV_VENV_IN_PROJECT=1
|
|
10 |
|
11 |
WORKDIR $HOME/app
|
12 |
|
13 |
-
RUN apt update && apt install -y default-jdk
|
14 |
RUN --mount=type=secret,id=GITLAB_CREDENTIALS,mode=0444,required=true \
|
15 |
git clone "https://$(cat /run/secrets/GITLAB_CREDENTIALS)@gitlab.com/bookingcare/search.git" -b dev .
|
16 |
RUN python -m pip install --upgrade pip
|
|
|
10 |
|
11 |
WORKDIR $HOME/app
|
12 |
|
13 |
+
RUN sudo apt update && sudo apt install -y default-jdk
|
14 |
RUN --mount=type=secret,id=GITLAB_CREDENTIALS,mode=0444,required=true \
|
15 |
git clone "https://$(cat /run/secrets/GITLAB_CREDENTIALS)@gitlab.com/bookingcare/search.git" -b dev .
|
16 |
RUN python -m pip install --upgrade pip
|