Skip to content
Snippets Groups Projects
Commit ea874ef1 authored by George Sedov's avatar George Sedov
Browse files

it turns out debian has just been updated

parent fcad8217
No related branches found
No related tags found
No related merge requests found
...@@ -266,7 +266,7 @@ upload-client-packages: ...@@ -266,7 +266,7 @@ upload-client-packages:
entrypoint: [""] entrypoint: [""]
stage: deploy stage: deploy
script: script:
- ls -la $CI_PROJECT_DIR/linux_packages - ls -la $CI_PROJECT_DIR/linux_packages/*/
tags: tags:
- kubernetes-executor - kubernetes-executor
rules: rules:
......
...@@ -12,13 +12,14 @@ RUN set -eux; \ ...@@ -12,13 +12,14 @@ RUN set -eux; \
python3-numpy \ python3-numpy \
python3-stdeb \ python3-stdeb \
python3-pip \ python3-pip \
dh-python \
zlib1g-dev \ zlib1g-dev \
fakeroot \ fakeroot \
wget \ wget \
; \ ; \
apt-get install -y --no-install-recommends cmake/bullseye-backports; \ apt-get install -y --no-install-recommends cmake/bullseye-backports; \
pip --no-cache-dir install cython && pip3 --no-cache-dir install cython; \ pip3 --no-cache-dir install cython; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENV OS debian11.2 ENV OS debian11.3
ENV OS_FOLDER debian11.2 ENV OS_FOLDER debian11.3
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