Przeglądaj źródła

Fix order of operations in Dockerfile

wip/gradle-reposilite
Sindre Stephansen 2 lat temu
rodzic
commit
3d99fdb7bf
Podpisane przez: sindre <sindre@sindrestephansen.com> ID klucza GPG: B06FC67D17A46ADE
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      sync/Dockerfile

+ 3
- 3
sync/Dockerfile Wyświetl plik

@@ -4,10 +4,10 @@ WORKDIR /workdir

RUN apt-get update && apt-get install -y python3-pip

COPY resolve-deps.sh .
COPY generate-gradle.py .
COPY requirements.txt .

RUN python3 -m pip install -r requirements.txt

COPY resolve-deps.sh .
COPY generate-gradle.py .

CMD [ "./resolve-deps.sh" ]

Ładowanie…
Anuluj
Zapisz