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
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk --no-cache add sqlite-dev
|
RUN apk --no-cache add sqlite-libs
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /tmp/app/highscore-server .
|
COPY --from=build /tmp/app/highscore-server .
|
||||||
|
|
|
@ -2,7 +2,7 @@ variable "REG" {
|
||||||
default = "git.snrd.eu"
|
default = "git.snrd.eu"
|
||||||
}
|
}
|
||||||
variable "REPO" {
|
variable "REPO" {
|
||||||
default = "sunred/higscore-server"
|
default = "sunred/highscore-server"
|
||||||
}
|
}
|
||||||
variable "TAG" {
|
variable "TAG" {
|
||||||
default = "latest"
|
default = "latest"
|
||||||
|
|
Loading…
Reference in a new issue