Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
octobus
ci-dockerfiles
Commits
05e953b53d23
Commit
05e953b5
authored
Apr 01, 2020
by
Pierre-Yves David
🐙
Browse files
ci-website-hostapod: also install lftp and co
We will need it to upload the website on clevercloud
parent
bb7d3ecc775f
Pipeline
#4630
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci-website-hostapod/Dockerfile
View file @
05e953b5
...
...
@@ -12,3 +12,13 @@
apt-get
-y
clean
RUN
pip3
install
jinja2
==
2.11.1
RUN
pip3
install
libsass
==
0.19.4
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
lftp
\
&&
\
apt-get
-y
clean
RUN
apt-get update
&&
\
apt-get
install
-y
\
ssh
\
&&
\
apt-get
-y
clean
Write
Preview
Markdown
is supported
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