Skip to content

Commit eda084e

Browse files
committed
test docker
1 parent 28bc174 commit eda084e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ RUN apt-get update -qq && \
1010
git \
1111
ca-certificates
1212

13+
WORKDIR /app
14+
COPY requirements.txt requirements.ufish.txt ./
1315
RUN pip install -q --upgrade pip && pip install -q --no-cache-dir -r requirements.txt -r requirements.ufish.txt
16+
COPY . ./
1417
RUN pip install .
15-
RUN apt-get remove -y build-essential git && \
16-
apt-get autoremove -y && apt-get clean && \
18+
RUN apt-get remove -qq -y build-essential git && \
19+
apt-get autoremove -qq -y && apt-get clean -qq && \
1720
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)