Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open
stapled
Commits
588951d7
Commit
588951d7
authored
Oct 22, 2018
by
Chris Snijder
🏅
Browse files
Assume yes for apt upgrade in docker container.
parent
ad36be26
Pipeline
#5536
passed with stages
in 2 minutes and 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
588951d7
FROM
debian:stretch
RUN
apt-get update
-qq
RUN
apt-get upgrade
RUN
apt-get upgrade
-y
RUN
apt-get
install
-q
-y
build-essential python3-cffi libffi-dev
\
python-all python3-all python3-dev python3-setuptools python3-pip
\
rpm
tar gzip
bzip2 git debhelper
...
...
docker/build-stretch/Dockerfile
View file @
588951d7
FROM
debian:stretch
RUN
apt-get update
-qq
RUN
apt-get upgrade
RUN
apt-get upgrade
-y
RUN
apt-get
install
-q
-y
build-essential python3-cffi libffi-dev
\
python-all python3-all python3-dev python3-setuptools python3-pip
\
rpm
tar gzip
bzip2 git debhelper ca-certificates
...
...
docker/test-stretch/Dockerfile
View file @
588951d7
FROM
debian:stretch
RUN
apt-get update
-qq
RUN
apt-get upgrade
RUN
apt-get upgrade
-y
RUN
apt-get
install
-y
openssl ca-certificates python3-cffi
\
python3-configargparse python3-daemon
COPY
./refresh_testdata.sh ./refresh_testdata.sh
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment