Skip to content
Snippets Groups Projects
Commit b12eaed5 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

missing folder for docker only?

parent 00122d92
No related branches found
No related tags found
No related merge requests found
Pipeline #99104 failed
From mambaorg/micromamba:1-bullseye From mambaorg/micromamba:1-bullseye
# update the OS # update the OS
RUN apt-get update && \ RUN mkdir -p /var/lib/apt/lists/partial && apt-get update && \
apt-get -y install curl && \ apt-get -y install curl && \
DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \ DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove && \ DEBIAN_FRONTEND=noninteractive apt-get -y autoremove && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment