Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AStA
DigiRef
Spieleseite
Commits
9556de90
Commit
9556de90
authored
Oct 17, 2021
by
Jake
Browse files
Update Dockerfile
parent
635e122d
Pipeline
#240054
failed with stage
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9556de90
...
...
@@ -4,7 +4,7 @@ FROM httpd:buster
COPY
. /app
WORKDIR
/app
RUN
apt
install
build-essentials git
RUN
apt
update
&&
apt
install
-y
build-essentials git
RUN
make build-renderer
RUN
make build-site
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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