Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 11ccf253 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '8-fix-install-ssl-certs-on-equivs' into 'main'

Resolve "fix: install ssl certs on equivs"

Closes #8

See merge request lydra/compagnons-devops/linux-installation-automatique!6
parents 8869599e 3a7c540c
No related branches found
No related tags found
1 merge request!6Resolve "fix: install ssl certs on equivs"
Pipeline #8483 passed with warnings
......@@ -2,7 +2,7 @@ FROM ubuntu:22.04
# hadolint ignore=DL3009
RUN apt-get update \
&& apt-get install --no-install-recommends -y equivs=2.3.1 curl=7.81.0-1ubuntu1.4 \
&& apt-get install --no-install-recommends -y ca-certificates=20211016 equivs=2.3.1 curl=7.81.0-1ubuntu1.4 \
&& apt-get clean
WORKDIR /app
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