This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update Dockerfile (
#12922
)
tags/v1.13.0-rc1
Antoine GIRARD
GitHub
5 years ago
parent
fe973a0fb0
commit
109cfffca1
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
Dockerfile
+ 1
- 2
Dockerfile
View File
@@ -8,7 +8,7 @@ ENV GOPROXY ${GOPROXY:-direct}
ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"
ENV TAGS "bindata $TAGS"
ENV TAGS "bindata
timetzdata
$TAGS"
ARG CGO_EXTRA_CFLAGS
#Build deps
@@ -38,7 +38,6 @@ RUN apk --no-cache add \
s6 \
sqlite \
su-exec \
tzdata \
gnupg
RUN addgroup \
Write
Preview
Loading…
Cancel
Save