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 bf8e4726 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

build(container): add dependecies to add sources list

parent 794cd55d
No related branches found
No related tags found
1 merge request!8Resolve "Install deb with non standard source list"
...@@ -2,7 +2,10 @@ FROM ubuntu:22.04 ...@@ -2,7 +2,10 @@ FROM ubuntu:22.04
# hadolint ignore=DL3009 # hadolint ignore=DL3009
RUN apt-get update \ RUN apt-get update \
&& apt-get install --no-install-recommends -y ca-certificates=20211016 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 \
wget=1.21.2-2ubuntu1 gpg=2.2.27-3ubuntu2.1 sudo=1.9.9-1ubuntu2 \
lsb-release=11.1.0ubuntu4 \
&& apt-get clean && apt-get clean
WORKDIR /app 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