Rename Dockerfile to Dockerfile1
Browse files- Dockerfile → Dockerfile1 +0 -8
Dockerfile → Dockerfile1
RENAMED
@@ -14,14 +14,6 @@ RUN apt-get update && \
|
|
14 |
apt-get clean && \
|
15 |
rm -rf /var/lib/apt/lists/*
|
16 |
|
17 |
-
# Download and install skopeo
|
18 |
-
RUN curl -fsSL https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg \
|
19 |
-
&& echo "deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
|
20 |
-
&& apt-get update \
|
21 |
-
&& apt-get install -y skopeo \
|
22 |
-
&& apt-get clean \
|
23 |
-
&& rm -rf /var/lib/apt/lists/*
|
24 |
-
|
25 |
RUN useradd -m -u 1000 user
|
26 |
|
27 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
14 |
apt-get clean && \
|
15 |
rm -rf /var/lib/apt/lists/*
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
RUN useradd -m -u 1000 user
|
18 |
|
19 |
COPY --chown=user ./requirements.txt requirements.txt
|