Skip to content

Commit

Permalink
chore(docker): ensure builds don't fail due to outdated apt cache
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili <[email protected]>
  • Loading branch information
ajhalili2006 authored Sep 16, 2023
1 parent 5ce0d93 commit 0e38533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
FROM gitpod/workspace-go

LABEL org.opencontainers.image.source=https://github.com/RecapTime/squad-bots
LABEL org.opencontainers.image.source=https://github.com/recaptime-dev/squad-bots

############################################################
# Extracted from chunks:lang-node
Expand Down Expand Up @@ -33,6 +33,6 @@ RUN brew install cmake
# The rest is installing Keybase itself and then some tools behind the scenes.
############################################################
RUN wget https://prerelease.keybase.io/keybase_amd64.deb -O /tmp/keybase_amd64.deb \
&& sudo apt-get install --yes /tmp/keybase_amd64.deb
&& sudo install-packages /tmp/keybase_amd64.deb
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
RUN brew install gh glab hadolint shellcheck dopplerhq/cli/doppler
RUN brew install gh glab hadolint shellcheck dopplerhq/cli/doppler

0 comments on commit 0e38533

Please sign in to comment.