Fix typo and use correct sqlite package
This commit is contained in:
parent
7749b7c159
commit
20fecb22da
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ RUN v -prod -o highscore-server .
|
|||
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk --no-cache add sqlite-dev
|
||||
RUN apk --no-cache add sqlite-libs
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /tmp/app/highscore-server .
|
||||
|
|
|
@ -2,7 +2,7 @@ variable "REG" {
|
|||
default = "git.snrd.eu"
|
||||
}
|
||||
variable "REPO" {
|
||||
default = "sunred/higscore-server"
|
||||
default = "sunred/highscore-server"
|
||||
}
|
||||
variable "TAG" {
|
||||
default = "latest"
|
||||
|
|
Loading…
Reference in a new issue