Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
AStA
DigiRef
Spieleseite
Commits
9556de90
Commit
9556de90
authored
Oct 17, 2021
by
j.vondoemming
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
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