mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-14 13:18:58 -04:00
switch alpine base image
This commit is contained in:
@@ -623,9 +623,9 @@ def website(ctx):
|
||||
'steps': [
|
||||
{
|
||||
'name': 'prepare',
|
||||
'image': 'alpine',
|
||||
'image': 'webhippie/alpine',
|
||||
'commands': [
|
||||
'apk add make',
|
||||
'apk add make git',
|
||||
'make docs-copy'
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user